summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-21146.rs
blob: 81112808b21e39f51dd8102d39f4b2df21401f3d (plain)
1
2
3
//@ error-pattern: expected one of `!` or `::`, found `<eof>`
include!("auxiliary/issue-21146-inc.rs");
fn main() {}