summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/attribute-with-no-generics-in-parameter-list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/attribute-with-no-generics-in-parameter-list.rs')
-rw-r--r--src/test/ui/parser/attribute-with-no-generics-in-parameter-list.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/parser/attribute-with-no-generics-in-parameter-list.rs b/src/test/ui/parser/attribute-with-no-generics-in-parameter-list.rs
deleted file mode 100644
index c2cc91d8f..000000000
--- a/src/test/ui/parser/attribute-with-no-generics-in-parameter-list.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn foo<#[attr]>() {} //~ ERROR attribute without generic parameters
-
-fn main() {}