]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/lifetimes.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / proc-macro / lifetimes.rs
1 // aux-build:lifetimes.rs
2
3 extern crate lifetimes;
4
5 use lifetimes::*;
6
7 type A = single_quote_alone!(); //~ ERROR expected type, found `'`
8
9 fn main() {}