about summary refs log tree commit diff
path: root/src/test/ui/attributes/extented-attribute-macro-error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/attributes/extented-attribute-macro-error.rs')
-rw-r--r--src/test/ui/attributes/extented-attribute-macro-error.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/attributes/extented-attribute-macro-error.rs b/src/test/ui/attributes/extented-attribute-macro-error.rs
index f5f75f9f4da..492f84f56c3 100644
--- a/src/test/ui/attributes/extented-attribute-macro-error.rs
+++ b/src/test/ui/attributes/extented-attribute-macro-error.rs
@@ -1,6 +1,5 @@
 // normalize-stderr-test: "couldn't read.*" -> "couldn't read the file"
 
-#![feature(extended_key_value_attributes)]
 #![doc = include_str!("../not_existing_file.md")]
 struct Documented {}
 //~^^ ERROR couldn't read