about summary refs log tree commit diff
path: root/src/test/ui/async-await/no-async-const.rs
blob: 7a6eb498b2ee0b3c0538a4102990d81da542a54f (plain)
1
2
3
4
5
6
// compile-fail
// edition:2018
// compile-flags: --crate-type lib

pub async const fn x() {}
//~^ ERROR expected one of `fn` or `unsafe`, found `const`