]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/lifetimes.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / proc-macro / lifetimes.stderr
CommitLineData
94b46f34 1error: expected type, found `'`
e74abb32 2 --> $DIR/lifetimes.rs:7:10
94b46f34 3 |
532ac7d7 4LL | type A = single_quote_alone!();
5869c6ff
XL
5 | ^^^^^^^^^^^^^^^^^^^^^
6 | |
7 | expected type
8 | this macro call doesn't expand to a type
9 |
17df50a5 10 = note: this error originates in the macro `single_quote_alone` (in Nightly builds, run with -Z macro-backtrace for more info)
94b46f34
XL
11
12error: aborting due to previous error
13