about summary refs log tree commit diff
path: root/tests/ui/print-request/print-lints-help.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-12Add --print target-spec-json-schemaNoratrieb-1/+1
This schema is helpful for people writing custom target spec JSON. It can provide autocomplete in the editor, and also serves as documentation when there are documentation comments on the structs, as `schemars` will put them in the schema.
2025-04-01Add unstable `--print=crate-root-lint-levels`Urgau-1/+1
2025-03-23Adjust `rustc-print-info-issue-138612.rs`Jieyou Xu-0/+6
- Document test intent to check for `-Whelp` suggestion if `--print=lints` was specified. - Move this test under `tests/ui/print-request/` and rename it to `print-lints-help.rs` to better reflect what it is checking.