summaryrefslogtreecommitdiff
path: root/tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.rs')
-rw-r--r--tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.rs b/tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.rs
index 7ccb0082fb9..b96f61a26da 100644
--- a/tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.rs
+++ b/tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.rs
@@ -1,8 +1,6 @@
// ignore-tidy-linelength
// only-windows
// only-x86
-#![feature(raw_dylib)]
-
#[link(name = "foo", kind = "raw-dylib", import_name_type = "decorated", import_name_type = "decorated")]
//~^ ERROR multiple `import_name_type` arguments in a single `#[link]` attribute
extern "C" { }