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