Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
macro
/
bad-macro-argument.stderr
blob: ba6499d712e5c0a19bdf120c531e999e4fdd4d2f [
file
] [
log
] [
blame
]
error
:
expected expression
,
found
end
of macro arguments
-->
$DIR
/
bad
-
macro
-
argument
.
rs
:
3
:
35
|
LL
|
println
!(
"Hello, {}"
,
message
/);
|
^
expected expression
error
:
aborting due to
1
previous error