diff options
| author | Ryan Levick <me@ryanlevick.com> | 2021-02-16 22:39:05 +0100 |
|---|---|---|
| committer | Ryan Levick <me@ryanlevick.com> | 2021-03-03 11:23:29 +0100 |
| commit | 1999a3147f5ab65cd556d45e631be5c18fbaebf4 (patch) | |
| tree | 93caf2a0a440349e20cc3371ea67c8f50b9d2a55 /compiler/rustc_span/src | |
| parent | da3995f0ec3085de42dcce9e91dbb5662b2c99d3 (diff) | |
| download | rust-1999a3147f5ab65cd556d45e631be5c18fbaebf4.tar.gz rust-1999a3147f5ab65cd556d45e631be5c18fbaebf4.zip | |
Fix borrow and deref
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index f43b180e063..61f9a080a52 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -142,6 +142,7 @@ symbols! { Decodable, Decoder, Default, + Deref, Encodable, Encoder, Eq, @@ -790,7 +791,9 @@ symbols! { none_error, nontemporal_store, nontrapping_dash_fptoint: "nontrapping-fptoint", + noop_method_borrow, noop_method_clone, + noop_method_deref, noreturn, nostack, not, |
