about summary refs log tree commit diff
path: root/tests/ui/deprecation/deprecated_no_stack_check_opt.rs
blob: e014c7e80affced5b3ea0833f5973493b5887664 (plain)
1
2
3
4
5
6
//@ check-pass
//@ compile-flags: -Cno-stack-check

fn main() {}

//~? WARN `-C no-stack-check`: this option is deprecated and does nothing