rust/tests/ui/deprecation/deprecated_no_stack_check_opt.rs
klensy 37f26311eb add deprecated and do nothing flag to options table
inline_threshold mark deprecated

no-stack-check

print deprecation message for -Car too

inline_threshold deprecated and do nothing: make in untracked

make OptionDesc struct from tuple
2025-01-06 15:38:02 +03:00

5 lines
65 B
Rust

//@ check-pass
//@ compile-flags: -Cno-stack-check
fn main() {}