mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 00:36:54 +00:00
7 lines
140 B
Rust
7 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
|