about summary refs log tree commit diff
path: root/tests/ui/deprecation/deprecated_inline_threshold.rs
AgeCommit message (Collapse)AuthorLines
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+6
2025-01-06add deprecated and do nothing flag to options tableklensy-2/+6
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
2024-06-14Deprecate no-op codegen option `-Cinline-threshold=...`Martin Nordholts-0/+4
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.