]> git.lizzy.rs Git - rust.git/commitdiff
Fix up an ui test
authorSeiichi Uchida <seuchida@gmail.com>
Tue, 19 Dec 2017 16:21:40 +0000 (01:21 +0900)
committerSeiichi Uchida <seuchida@gmail.com>
Tue, 19 Dec 2017 16:21:40 +0000 (01:21 +0900)
src/test/ui/issue-32950.stderr

index 0933c81d6556098968bf3934270f42f4e57343af..abfa03f4d581a28913191f873081762eebb98d0b 100644 (file)
@@ -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