Files
rust/src/test/ui/async-await/no-async-const.rs

7 lines
153 B
Rust
Raw Normal View History

2019-06-24 17:48:21 -07:00
// compile-fail
// edition:2018
// compile-flags: --crate-type lib
pub async const fn x() {}
//~^ ERROR expected one of `fn` or `unsafe`, found `const`