rust/compiler/rustc_symbol_mangling/src
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
..
legacy.rs Remove re-export. 2021-10-03 16:08:54 +02:00
lib.rs Revert "Add rustc lint, warning when iterating over hashmaps" 2021-10-28 11:01:42 -04:00
test.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
v0.rs Remove SymbolStr. 2021-12-15 13:30:26 +11:00