rust/compiler/rustc_expand
Nicholas Nethercote 8cddcd39ba Remove SymbolStr.
By changing `as_str()` to take `&self` instead of `self`, we can just
return `&str`. We're still lying about lifetimes, but it's a smaller lie
than before, where `SymbolStr` contained a (fake) `&'static str`!
2021-12-15 13:30:26 +11:00
..
src Remove SymbolStr. 2021-12-15 13:30:26 +11:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00