1
Fork 0
rust/tests/ui/deprecation/deprecated_no_stack_check_opt.rs

6 lines
140 B
Rust

//@ check-pass
//@ compile-flags: -Cno-stack-check
fn main() {}
//~? WARN `-C no-stack-check`: this option is deprecated and does nothing