about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2021-10-22 15:44:28 -0300
committerSantiago Pastorino <spastorino@gmail.com>2021-10-22 15:49:46 -0300
commitda79fa964cfe82cfca3d9db6e32108888c837459 (patch)
tree25f617a7d92bc672a0b13681b3d89656292d0e78 /compiler/rustc_span/src
parent74454c4888a0a5a5bca17b5adb1440c6b552608b (diff)
downloadrust-da79fa964cfe82cfca3d9db6e32108888c837459.tar.gz
rust-da79fa964cfe82cfca3d9db6e32108888c837459.zip
Add rustc_strict_coherence attribute and use it to check overlap
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index fddb225345f..084cd95de60 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1142,6 +1142,7 @@ symbols! {
         rustc_specialization_trait,
         rustc_stable,
         rustc_std_internal_symbol,
+        rustc_strict_coherence,
         rustc_symbol_name,
         rustc_synthetic,
         rustc_test_marker,