about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/ui/issue-32950.stderr5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/test/ui/issue-32950.stderr b/src/test/ui/issue-32950.stderr
index 0933c81d655..abfa03f4d58 100644
--- a/src/test/ui/issue-32950.stderr
+++ b/src/test/ui/issue-32950.stderr
@@ -1,9 +1,8 @@
 error: `derive` cannot be used on items with type macros
   --> $DIR/issue-32950.rs:15:5
    |
-15 | /     concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
-16 | | );
-   | |_^
+15 |     concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
+   |     ^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error