diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2021-12-15 08:32:21 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2021-12-15 13:30:26 +1100 |
| commit | 75f6118ad1920487117c5eef361d2edd817bb27f (patch) | |
| tree | 2f9cd0c155fef272a4c2eac5d0bc0907b33721ce /compiler/rustc_codegen_llvm/src | |
| parent | e05ad7f8199f0da52892d96f37c72581f1f56e87 (diff) | |
| download | rust-75f6118ad1920487117c5eef361d2edd817bb27f.tar.gz rust-75f6118ad1920487117c5eef361d2edd817bb27f.zip | |
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`!
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
