about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2021-03-19 15:03:27 +0100
committerGitHub <noreply@github.com>2021-03-19 15:03:27 +0100
commit827ad66801ad83666192bfbda2de538dc87a710c (patch)
tree345029d4989b5533843164cd573d326d89b09579 /compiler/rustc_errors/src/lib.rs
parent675ae2e366741caaa90fc4719cd0a8cee377abc3 (diff)
parentbb7c04ae9c8274b63e16e033834d4e1b1dcd3a4b (diff)
downloadrust-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.rs1
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]