Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
windows-subsystem
/
windows-subsystem-invalid.rs
blob: c6a6dd00a921a13e041dbcbc057a22882e77fe6e [
file
] [
log
] [
blame
] [
edit
]
//@ error-pattern: invalid windows subsystem `wrong`, only `windows` and `console` are allowed
#![
windows_subsystem
=
"wrong"
]
fn
main
()
{}