about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-86895.rs
blob: 3e5dc41e2f4d0a41ddf3a4c050275644b4196c5e (plain)
1
2
3
const pub () {}
//~^ ERROR expected one of `async`, `extern`, `fn`, `safe`, or `unsafe`
pub fn main() {}