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