diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-03-19 15:03:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 15:03:27 +0100 |
| commit | 827ad66801ad83666192bfbda2de538dc87a710c (patch) | |
| tree | 345029d4989b5533843164cd573d326d89b09579 /compiler/rustc_errors/src/lib.rs | |
| parent | 675ae2e366741caaa90fc4719cd0a8cee377abc3 (diff) | |
| parent | bb7c04ae9c8274b63e16e033834d4e1b1dcd3a4b (diff) | |
| download | rust-827ad66801ad83666192bfbda2de538dc87a710c.tar.gz rust-827ad66801ad83666192bfbda2de538dc87a710c.zip | |
Rollup merge of #83230 - jyn514:remove-macros, r=joshtriplett
Remove unnecessary `forward_inner_docs` hack and replace it with `extended_key_value_attributes` feature. This is https://github.com/rust-lang/rust/pull/79150, but for compiler/.
Diffstat (limited to 'compiler/rustc_errors/src/lib.rs')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 1db39fbfba5..fa855f544e8 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -5,6 +5,7 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(crate_visibility_modifier)] #![feature(backtrace)] +#![feature(extended_key_value_attributes)] #![feature(nll)] #[macro_use] |
