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
1
Packages
Projects
Releases
Wiki
Activity
Files
58e901b6fd1163172149fd422565523b17eed5f0
rust
/
tests
/
ui
/
cfguard-run.rs
7 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Only add cfguard module flag on windows-msvc
2020-07-06 16:10:42 +01:00
// run-pass
Stabilize control-flow-guard codegen option
2020-07-14 15:27:42 +01:00
// 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