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