Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-21146.rs
blob: 81112808b21e39f51dd8102d39f4b2df21401f3d [
file
] [
log
] [
blame
] [
edit
]
//@ error-pattern: expected one of `!` or `::`, found `<eof>`
include
!(
"auxiliary/issue-21146-inc.rs"
);
fn
main
()
{}