about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2022-02-16 18:48:33 -0500
committerJacob Pratt <jacob@jhpratt.dev>2022-03-09 16:32:47 -0500
commit5636655d0f0afb0d509cd86ad479773f5854630e (patch)
tree384cfb3eae42fab06a0f55cebffc9d2144f6d80a /compiler/rustc_span
parent6efc8e34d8b83de7f5b1e47d4bbbe0f2daa385f8 (diff)
New `deprecated_suggestion` feature, use in tests
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 9d452131fa6..793e7286e96 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -562,6 +562,7 @@ symbols! {
         delay_span_bug_from_inside_query,
         deny,
         deprecated,
+        deprecated_suggestion,
         deref,
         deref_method,
         deref_mut,