2024-02-16 20:02:50 +00:00
|
|
|
//@ edition:2018
|
2022-05-02 09:14:43 +00:00
|
|
|
|
|
|
|
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() {}
|