diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2023-04-24 17:31:32 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2023-05-09 16:08:40 +0200 |
| commit | d5843ddaf1f3291e30b60af44b58dccbcd9b6090 (patch) | |
| tree | 36b8999c98f1cd3135d43971bbf80a4b07482722 /compiler/rustc_span/src | |
| parent | ecd3dbab4ed82abfa05e22069261e565239449cf (diff) | |
| download | rust-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.rs | 1 |
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, |
