Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
macros
/
macro-use-wrong-name.stderr
blob: d178d4e4a60fa62e7ffac72944c335466a4c3dba [
file
] [
log
] [
blame
]
error
:
cannot find macro
`macro_two!`
in
this
scope
-->
$DIR
/
macro
-
use
-
wrong
-
name
.
rs
:
7
:
5
|
LL
|
macro_two
!();
|
^^^^^^^^^
help
:
you could
try
the macro
:
`macro_one`
error
:
aborting due to previous error