This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
647f1536d2f50b203ca9a67396225c4f7771e1c8
rust
/
tests
/
ui
/
codegen
/
cfguard-run.rs
7 lines
103 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
//@ compile-flags: -C control-flow-guard
Only add cfguard module flag on windows-msvc
2020-07-06 16:10:42 +01:00
pub
fn
main
(
)
{
println!
(
"
hello, world
"
)
;
}
Reference in New Issue
Copy Permalink