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