]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/proc-macro/lifetimes.stderr
Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition, r=nikomatsakis
[rust.git] / src / test / ui / proc-macro / lifetimes.stderr
index 2356a119530bbf4efaf16439df3f5b83de08f9b6..10acd4304aa231a9536879065ee6cf631d26d03b 100644 (file)
@@ -1,8 +1,8 @@
 error: expected type, found `'`
-  --> $DIR/lifetimes.rs:9:10
+  --> $DIR/lifetimes.rs:7:10
    |
 LL | type A = single_quote_alone!();
-   |          ^^^^^^^^^^^^^^^^^^^^^
+   |          ^^^^^^^^^^^^^^^^^^^^^ this macro call doesn't expand to a type
 
 error: aborting due to previous error