about summary refs log tree commit diff
path: root/src/test/ui/modules/path-macro.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/modules/path-macro.stderr')
-rw-r--r--src/test/ui/modules/path-macro.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/modules/path-macro.stderr b/src/test/ui/modules/path-macro.stderr
deleted file mode 100644
index 9a2e01ea264..00000000000
--- a/src/test/ui/modules/path-macro.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: malformed `path` attribute input
-  --> $DIR/path-macro.rs:5:1
-   |
-LL | #[path = foo!()]
-   | ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
-
-error: aborting due to previous error
-