rust/tests/ui/deprecation/deprecated_inline_threshold.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

9 lines
230 B
Rust

//@ revisions: good_val bad_val no_val
//
//@[good_val] compile-flags: -Cinline-threshold=666
//@[good_val] check-pass
//@[bad_val] compile-flags: -Cinline-threshold=asd
//@[no_val] compile-flags: -Cinline-threshold
fn main() {}