X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fproc-macro%2Flifetimes.stderr;h=10acd4304aa231a9536879065ee6cf631d26d03b;hb=25f774a4cfe4a2686de6c6d628db33c65e231039;hp=6e91201405cc69dbc989567ed08f25f02f1d2dd1;hpb=5761fc759a283b8d8db8b5267fb94f16936e61a0;p=rust.git diff --git a/src/test/ui/proc-macro/lifetimes.stderr b/src/test/ui/proc-macro/lifetimes.stderr index 6e91201405c..10acd4304aa 100644 --- a/src/test/ui/proc-macro/lifetimes.stderr +++ b/src/test/ui/proc-macro/lifetimes.stderr @@ -1,5 +1,5 @@ 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