Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
windows-subsystem
/
windows-subsystem-invalid.rs
blob: 3160068ce4b07474a40964dbb6ffd40755a6c13e [
file
] [
log
] [
blame
] [
edit
]
#![
windows_subsystem
=
"wrong"
]
//~^ ERROR malformed `windows_subsystem` attribute input [E0539]
fn
main
()
{}