summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2091-track-caller/error-odd-syntax.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rfc-2091-track-caller/error-odd-syntax.rs')
-rw-r--r--src/test/ui/rfc-2091-track-caller/error-odd-syntax.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/ui/rfc-2091-track-caller/error-odd-syntax.rs b/src/test/ui/rfc-2091-track-caller/error-odd-syntax.rs
deleted file mode 100644
index 6f4290e2a..000000000
--- a/src/test/ui/rfc-2091-track-caller/error-odd-syntax.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-#[track_caller(1)]
-fn f() {}
-//~^^ ERROR malformed `track_caller` attribute input
-
-fn main() {}