Sign in
fuchsia
/
third_party
/
rust
/
cf451f08307168f32ffc74b478026e5e3ebc5ca9
/
.
/
tests
/
ui
/
parser
/
nt-parsing-has-recovery.rs
blob: ccbeb398af5baee5f87050f40c4dd01758b2c2c8 [
file
] [
log
] [
blame
]
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
}