Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
ext-nonexistent.rs
blob: e65b1654302629560f77ccd509619a1ef1e71887 [
file
]
// error-pattern:cannot find macro
fn
main
()
{
iamnotanextensionthatexists
!(
""
);
}