summaryrefslogtreecommitdiffstats
path: root/tests/rust/infinite_recursion_typedef_monomorph.rs
blob: 5c25e733c41158e73cd3ab85c4ffbeda7410f1a8 (plain)
1
2
pub type TryVec<T> = fallible_collections::TryVec<T>;
pub type TryString = fallible_collections::TryVec<u8>;