diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-16 18:22:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-16 18:22:30 +0200 |
| commit | cd21715c3412dc381e386db229cb679015289359 (patch) | |
| tree | c0bba6bbb16621c3803202560d595aef2daa77ed /src/libsyntax_pos | |
| parent | b7311316fe8b6638d5d9dc07f18def8f60f0b9d2 (diff) | |
| parent | 263e3c59505a16e78b757e0ead3928a3e961a8ab (diff) | |
| download | rust-cd21715c3412dc381e386db229cb679015289359.tar.gz rust-cd21715c3412dc381e386db229cb679015289359.zip | |
Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton
Hygienize use of built-in macros in the standard library Same as https://github.com/rust-lang/rust/pull/61629, but for built-in macros. Closes https://github.com/rust-lang/rust/issues/48781 r? @alexcrichton
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index e2d1635f312..27fc66d3b09 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -609,7 +609,6 @@ symbols! { rust_eh_personality, rust_eh_unwind_resume, rust_oom, - __rust_unstable_column, rvalue_static_promotion, sanitizer_runtime, _Self, |
