rust/tests/ui/deprecation/deprecated_ar.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
57 B
Rust

//@ check-pass
//@ compile-flags: -Car=foo
fn main() {}