diff options
Diffstat (limited to 'tests/ui/proc-macro/derive-helper-legacy-limits.stderr')
-rw-r--r-- | tests/ui/proc-macro/derive-helper-legacy-limits.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/derive-helper-legacy-limits.stderr b/tests/ui/proc-macro/derive-helper-legacy-limits.stderr new file mode 100644 index 000000000..186f38a00 --- /dev/null +++ b/tests/ui/proc-macro/derive-helper-legacy-limits.stderr @@ -0,0 +1,8 @@ +error: cannot find attribute `empty_helper` in this scope + --> $DIR/derive-helper-legacy-limits.rs:17:3 + | +LL | #[empty_helper] + | ^^^^^^^^^^^^ + +error: aborting due to previous error + |