about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSeiichi Uchida <seuchida@gmail.com>2017-12-20 01:21:40 +0900
committerSeiichi Uchida <seuchida@gmail.com>2017-12-20 01:21:40 +0900
commite0e62fccd2572f80903e4e6b80891dfdb9242605 (patch)
treee8c4af6ff744bd59f68c2117624319e0a07003e5
parent7374fdcf541ff92449112a539345e48a27edc45e (diff)
downloadrust-e0e62fccd2572f80903e4e6b80891dfdb9242605.tar.gz
rust-e0e62fccd2572f80903e4e6b80891dfdb9242605.zip
Fix up an ui test
-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