about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2023-04-24 17:31:32 +0200
committerMara Bos <m-ou.se@m-ou.se>2023-05-09 16:08:40 +0200
commitd5843ddaf1f3291e30b60af44b58dccbcd9b6090 (patch)
tree36b8999c98f1cd3135d43971bbf80a4b07482722 /compiler/rustc_span/src
parentecd3dbab4ed82abfa05e22069261e565239449cf (diff)
downloadrust-d5843ddaf1f3291e30b60af44b58dccbcd9b6090.tar.gz
rust-d5843ddaf1f3291e30b60af44b58dccbcd9b6090.zip
Limit lifetime of format_args!() with inlined args.
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 117e2774bd8..60efcb768cb 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1033,6 +1033,7 @@ symbols! {
         non_exhaustive_omitted_patterns_lint,
         non_lifetime_binders,
         non_modrs_mods,
+        none,
         nontemporal_store,
         noop_method_borrow,
         noop_method_clone,