f5f067bf9d
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.
5 lines
71 B
Rust
5 lines
71 B
Rust
//@ check-pass
|
|
//@ compile-flags: -Cinline-threshold=666
|
|
|
|
fn main() {}
|