Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
tests
/
ui
/
fn
/
keyword-order.rs
blob: fe7e3811ca83545c2e503bacbb216b587ab83fcf [
file
]
//@ edition:2018
default
pub
const
async
unsafe
extern
fn
err
()
{}
//~ ERROR `default` is not followed by an item
//~^ ERROR expected item, found keyword `pub`
pub
default
const
async
unsafe
extern
fn
ok
()
{}