blob: 0c5d3e2f72fa514a54428f253e2e822ccacc79a9 [file] [log] [blame] [edit]
//@ aux-build:lifetimes.rs
extern crate lifetimes;
use lifetimes::*;
type A = single_quote_alone!(); //~ ERROR expected type, found `'`
fn main() {}