Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
ui
/
macros
/
macro-use-wrong-name.stderr
blob: 28f727d6a58081ed12ddeb204824f98d99955b59 [
file
] [
log
] [
blame
]
error
:
cannot find macro
`macro_two!`
in
this
scope
-->
$DIR
/
macro
-
use
-
wrong
-
name
.
rs
:
7
:
5
|
LL
|
macro_two
!();
|
^^^^^^^^^
help
:
a macro
with
a similar name exists
:
`macro_one`
error
:
aborting due to previous error