about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-01-26 06:15:23 +0100
committerGitHub <noreply@github.com>2023-01-26 06:15:23 +0100
commit8ae5116faeedcb325c0cc49d9c0f36ceaeba5616 (patch)
treec3b1e453f180813b024d427bfd4f98409c830c23 /compiler/rustc_span
parent2a17174ee639f8e0a3cee307d5685d38beb474ba (diff)
parent8e43414bce77cfe2030b875e365c77691897b95f (diff)
downloadrust-8ae5116faeedcb325c0cc49d9c0f36ceaeba5616.tar.gz
rust-8ae5116faeedcb325c0cc49d9c0f36ceaeba5616.zip
Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors
Improve proc macro attribute diagnostics

Closes https://github.com/rust-lang/rust/issues/102923
Diffstat (limited to 'compiler/rustc_span')
-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 7597b8d126a..2bccd46b08f 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -288,6 +288,7 @@ symbols! {
         Target,
         ToOwned,
         ToString,
+        TokenStream,
         Try,
         TryCaptureGeneric,
         TryCapturePrintable,