Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
ext-nonexistent.rs
blob: e65b1654302629560f77ccd509619a1ef1e71887 [
file
] [
log
] [
blame
]
// error-pattern:cannot find macro
fn
main
()
{
iamnotanextensionthatexists
!(
""
);
}