Stabilize control-flow-guard codegen option

This commit is contained in:
Andrew Paverd 2020-07-14 15:27:42 +01:00
parent c724b67e1b
commit 31c7aae113
12 changed files with 24 additions and 12 deletions

View file

@ -1,5 +1,5 @@
// run-pass
// compile-flags: -Z control-flow-guard
// compile-flags: -C control-flow-guard
pub fn main() {
println!("hello, world");