Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
proc-macro
/
lifetimes.rs
blob: 5605696715e34223efd00528a90d061e0ad7aad6 [
file
] [
log
] [
blame
]
// aux-build:lifetimes.rs
extern
crate lifetimes
;
use
lifetimes
::*;
type
A
=
single_quote_alone
!();
//~ ERROR expected type, found `'`
fn
main
()
{}