]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/cfguard_disabled.rs
Rollup merge of #69311 - GuillaumeGomez:clean-up-e0321-e0322, r=Dylan-DPC
[rust.git] / src / test / codegen / cfguard_disabled.rs
1 // compile-flags: -Z control_flow_guard=disabled
2
3 #![crate_type = "lib"]
4
5 // A basic test function.
6 pub fn test() {
7 }
8
9 // Ensure the module flag cfguard is not present
10 // CHECK-NOT: !"cfguard"