mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00

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
9 lines
230 B
Rust
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() {}
|