Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
macros
/
macro-error.stderr
blob: 2539a6d51561caa8788c21431c94d919b1a9ad70 [
file
] [
log
] [
blame
]
error
:
macro rhs must be delimited
-->
$DIR
/
macro
-
error
.
rs
:
2
:
18
|
LL
|
(
$a
:
expr
)
=>
a
;
|
^
error
:
non
-
type macro
in
type position
:
cfg
-->
$DIR
/
macro
-
error
.
rs
:
8
:
12
|
LL
|
let
_
:
cfg
!(
foo
)
=
();
|
^^^^^^^^^
error
:
aborting due to
2
previous errors