about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorJane Lusby <jlusby@yaah.dev>2022-05-09 15:18:53 -0700
committerJane Losare-Lusby <jlusby@yaah.dev>2022-07-08 21:18:15 +0000
commitb55453dbad4fb032d5b00c218146e1b053774a08 (patch)
tree3d5247d5b23f336378e5741e2d80ed90e953ba36 /compiler/rustc_span
parenta13f30036aed7151f77a04d227501bfb822c8cb5 (diff)
downloadrust-b55453dbad4fb032d5b00c218146e1b053774a08.tar.gz
rust-b55453dbad4fb032d5b00c218146e1b053774a08.zip
add opt in attribute for stable-in-unstable items
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 9b6967621f1..61a3100c049 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1191,6 +1191,7 @@ symbols! {
         rustc_allocator_nounwind,
         rustc_allow_const_fn_unstable,
         rustc_allow_incoherent_impl,
+        rustc_allowed_through_unstable_modules,
         rustc_attrs,
         rustc_box,
         rustc_builtin_macro,