diff options
| author | bors <bors@rust-lang.org> | 2021-09-23 02:10:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-09-23 02:10:26 +0000 |
| commit | 67365d64bcdfeae1334bf2ff49587c27d1c973f0 (patch) | |
| tree | e675fccc48356eac3a83e78ae3894491a6c0ded5 /compiler/rustc_span/src | |
| parent | 30278d3cf92b581550933546370443a5d5700002 (diff) | |
| parent | 2efa9d796981163031a7478734fee561dc3a6da0 (diff) | |
| download | rust-67365d64bcdfeae1334bf2ff49587c27d1c973f0.tar.gz rust-67365d64bcdfeae1334bf2ff49587c27d1c973f0.zip | |
Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum
Use ZST for fmt unsafety as suggested here - https://github.com/rust-lang/rust/pull/83302#issuecomment-923529151.
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 7c2a09e0a32..11ca6c7d81d 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -253,6 +253,7 @@ symbols! { TyCtxt, TyKind, Unknown, + UnsafeArg, Vec, Yield, _DECLS, |
