Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
nt-parsing-has-recovery.rs
blob: ccbeb398af5baee5f87050f40c4dd01758b2c2c8 [
file
] [
log
] [
blame
] [
edit
]
macro_rules
!
foo
{
(
$e
:
expr
)
=>
{}
}
foo
!(
1
+
@);
//~ ERROR expected expression, found `@`
foo
!(
1
+
@);
//~ ERROR expected expression, found `@`
fn
main
()
{
let
_recovery_witness
:
()
=
0
;
//~ ERROR mismatched types
}