diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-13 16:18:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-13 16:18:41 +0200 |
| commit | 791ceb6a9c5dfeeeb5fc6098db2022a99c2eec18 (patch) | |
| tree | 54f877755130cc0cfb3b62d60a5e8a486d4bcb32 /src/libsyntax/lib.rs | |
| parent | bafddd4c0aa7939292c992e300593724b8e52aa7 (diff) | |
| parent | 199931ce910776e6cd035da8cdf1dd81f4d411ba (diff) | |
| download | rust-791ceb6a9c5dfeeeb5fc6098db2022a99c2eec18.tar.gz rust-791ceb6a9c5dfeeeb5fc6098db2022a99c2eec18.zip | |
Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov
Make some rustc macros more hygienic
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index ee7fb97ffd7..591f2fb599b 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -18,9 +18,7 @@ #![feature(label_break_value)] #![feature(mem_take)] #![feature(nll)] -#![feature(rustc_attrs)] #![feature(rustc_diagnostic_macros)] -#![feature(step_trait)] #![feature(try_trait)] #![feature(unicode_internals)] |
