rust/tests/ui/deprecation/deprecated_inline_threshold.rs
Martin Nordholts f5f067bf9d Deprecate no-op codegen option -Cinline-threshold=...
This deprecates `-Cinline-threshold` since using it has no effect. This
has been the case since the new LLVM pass manager started being used,
more than 2 years ago.
2024-06-14 20:25:17 +02:00

5 lines
71 B
Rust

//@ check-pass
//@ compile-flags: -Cinline-threshold=666
fn main() {}