Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
proc-macro
/
lifetimes.rs
blob: cfff3cb1785d6346905164f19ed1f81853f89daf [
file
]
//@ proc-macro: lifetimes.rs
extern
crate lifetimes
;
use
lifetimes
::*;
type
A
=
single_quote_alone
!();
//~ ERROR expected type, found `'`
fn
main
()
{}