diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2021-11-18 13:25:27 +0800 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2021-11-18 14:32:29 +0800 |
| commit | 91e02177a1f41aa4f3260fef40caef1fdaf3cc20 (patch) | |
| tree | b8fb248ea69ebf05437613542bea6ee745b8454d /compiler/rustc_span | |
| parent | 6414e0b5b308d3ae27da83c6a25098cc8aadc1a9 (diff) | |
| download | rust-91e02177a1f41aa4f3260fef40caef1fdaf3cc20.tar.gz rust-91e02177a1f41aa4f3260fef40caef1fdaf3cc20.zip | |
rustc: Remove `#[rustc_synthetic]`
This function parameter attribute was introduced in https://github.com/rust-lang/rust/pull/44866 as an intermediate step in implementing `impl Trait`, it's not necessary or used anywhere by itself.
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 99fa9f00094..9992b1f31fe 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1148,7 +1148,6 @@ symbols! { rustc_std_internal_symbol, rustc_strict_coherence, rustc_symbol_name, - rustc_synthetic, rustc_test_marker, rustc_then_this_would_need, rustc_trivial_field_reads, |
