about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorGeorg Semmler <github@weiznich.de>2023-04-28 13:04:35 +0200
committerGeorg Semmler <github@weiznich.de>2023-07-28 13:28:02 +0200
commit5b576665e50752b89e96e5d3043b99a9558e881c (patch)
tree2bcea71a57e7924343d8d8c1995321bd7b06d4b8 /compiler/rustc_span/src
parentd150dbb067e66f351a0b33a54e7d4b464ef51e47 (diff)
downloadrust-5b576665e50752b89e96e5d3043b99a9558e881c.tar.gz
rust-5b576665e50752b89e96e5d3043b99a9558e881c.zip
Introduce the `#[diagnostic]` attribute namespace
Co-authored-by: est31 <est31@users.noreply.github.com>

Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>

Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
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 54eb7bef5f2..1b426ef2048 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -620,6 +620,7 @@ symbols! {
         destruct,
         destructuring_assignment,
         diagnostic,
+        diagnostic_namespace,
         direct,
         discriminant_kind,
         discriminant_type,