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