summary refs log tree commit diff
path: root/src/test/ui/rust-2021/reserved-prefixes-migration.stderr
AgeCommit message (Expand)AuthorLines
2022-09-12Don't trim substitution if it's only whitespaceMichael Goulet-5/+5
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-10/+5
2022-06-16diagnostics: fix trailing spaceklensy-5/+5
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-5/+5
2021-08-11Modify structured suggestion outputEsteban Küber-10/+15
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-5/+5
2021-07-06rename rust_2021_token_prefixes to rust_2021_prefixes_incompatible_syntaxRyan Levick-2/+2
2021-07-06rust_2021_token_prefixesRyan Levick-2/+2
2021-07-06Rename reserved_prefix lint to reserved_prefixesRyan Levick-2/+2
2021-06-26Update reserved prefixes test for new edition lint wording.Mara Bos-5/+5
2021-06-26Add quote!() example to reserved_prefix lint test.Mara Bos-1/+14
2021-06-26Add test for the reserved_prefix migration lint.Mara Bos-0/+59