diff options
| author | mejrs <59372212+mejrs@users.noreply.github.com> | 2025-05-17 15:15:53 +0200 |
|---|---|---|
| committer | mejrs <59372212+mejrs@users.noreply.github.com> | 2025-05-17 15:15:53 +0200 |
| commit | 9ffd0bf75a30b4fce1ffa35732666a37a7e9a736 (patch) | |
| tree | f4b1ccb46d46ac9325d9702e59fadcf365dbdc6c /compiler/rustc_span/src | |
| parent | c9b6ccc11ce82c753702716f57f786acf322e64f (diff) | |
| download | rust-9ffd0bf75a30b4fce1ffa35732666a37a7e9a736.tar.gz rust-9ffd0bf75a30b4fce1ffa35732666a37a7e9a736.zip | |
do away with `_Self` and `TraitName` and check generic params for rustc_on_unimplemented
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index efae6250b07..bd0988b09d1 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -398,7 +398,6 @@ symbols! { Wrapping, Yield, _DECLS, - _Self, __D, __H, __S, |
