Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
parser-recovery-1.rs
blob: 5f729665cb8beccde6a99fda4def3d028fadb275 [
file
] [
log
] [
blame
] [
edit
]
// Test that we can recover from missing braces in the parser.
trait
Foo
{
fn
bar
()
{
let
x
=
foo
();
}
fn
main
()
{
let
x
=
y
.;
}
//~ ERROR this file contains an unclosed delimiter