Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
parser
/
default-unmatched.rs
blob: 49346e5c6318d497e0f521197fa833a1f48c5c89 [
file
] [
log
] [
blame
]
mod
foo
{
default
!();
// OK.
default
do
//~^ ERROR `default` is not followed by an item
//~| ERROR expected item, found reserved keyword `do`
}