diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2022-01-30 18:55:22 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2022-01-31 11:50:43 -0300 |
| commit | a9bfb5d83754710a8cb7da2f7d17f62ec3cafdcc (patch) | |
| tree | 3fd1b7a15b4aabb631434f71d896376c760721dc /compiler/rustc_span/src | |
| parent | 427eba2f0bacdeaebc992a78eb2889564de7d7cf (diff) | |
| download | rust-a9bfb5d83754710a8cb7da2f7d17f62ec3cafdcc.tar.gz rust-a9bfb5d83754710a8cb7da2f7d17f62ec3cafdcc.zip | |
Move overlap_mode into trait level attribute + feature flag
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index d99bdd3bdd5..ba8ade088ba 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1205,7 +1205,6 @@ symbols! { rustc_trivial_field_reads, rustc_unsafe_specialization_marker, rustc_variance, - rustc_with_negative_coherence, rustdoc, rustdoc_internals, rustfmt, @@ -1489,6 +1488,7 @@ symbols! { width, windows, windows_subsystem, + with_negative_coherence, wrapping_add, wrapping_mul, wrapping_sub, |
