ir: Tweak monomorphization to instantiate recursively after inserting to the replacements map.
That way the check to prevent double-instantiation also works to prevent infinite recursion.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
pub type TryVec<T> = fallible_collections::TryVec<T>;
|
||||
pub type TryString = fallible_collections::TryVec<u8>;
|
||||
Reference in New Issue
Block a user