You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StrInterner from librustc has two conflicting methods:
/// Returns this string with lifetime tied to the interner.
/// Since strings may never be removed from the interner,
/// this is safe.
fn get_ref<'a>(&'a self, idx: Name) -> &'a str;