Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
windows-subsystem-invalid.rs
blob: 0336678b712eb62d0ff855a0a5a1f7615c99209b [
file
]
// error-pattern: invalid windows subsystem `wrong`, only `windows` and `console` are allowed
#![
windows_subsystem
=
"wrong"
]
fn
main
()
{}