diff options
| author | Michael Goulet <michael@errs.io> | 2024-04-03 19:58:50 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-04-15 16:45:01 -0400 |
| commit | a076eae0d27915f352d92db1b63661e62750d7ae (patch) | |
| tree | 4851b8d29cef3126117aba5e9ddae6969821b708 /compiler/rustc_span/src | |
| parent | 99d0186b1d0547eae913eff04be272c9d348b9b8 (diff) | |
| download | rust-a076eae0d27915f352d92db1b63661e62750d7ae.tar.gz rust-a076eae0d27915f352d92db1b63661e62750d7ae.zip | |
Parsing , pre-lowering support for precise captures
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 bfd0f77c237..19c3fc58943 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1375,6 +1375,7 @@ symbols! { powif32, powif64, pre_dash_lto: "pre-lto", + precise_capturing, precise_pointer_size_matching, pref_align_of, prefetch_read_data, |
