Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
ext-nonexistent.stderr
blob: 8891e823e4af765974a009694c6aad3905286e6d [
file
] [
log
] [
blame
] [
edit
]
error
:
cannot find macro
`iamnotanextensionthatexists`
in
this
scope
-->
$DIR
/
ext
-
nonexistent
.
rs
:
2
:
13
|
LL
|
fn main
()
{
iamnotanextensionthatexists
!(
""
);
}
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
error
:
aborting due to
1
previous error