about summary refs log tree commit diff
path: root/src/test/ui/const-generics/min_const_generics/const-expression-suggest-missing-braces.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-143/+0
2021-12-04Lint bare traits in AstConv.Camille GILLOT-21/+11
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-1/+1
Link to edition guide instead of issues for 2021 lints. This changes the 2021 lints to not link to github issues, but to the edition guide instead. Fixes #86996
2021-08-11Modify structured suggestion outputEsteban Küber-11/+11
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-1/+1
2021-06-25Address PR feedbackRyan Levick-1/+1
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-1/+1
2021-04-16Fix testsRyan Levick-10/+12
2020-12-26update testsBastian Kauschke-15/+15
2020-11-16improve error message for const ty param mismatchBastian Kauschke-21/+15
2020-10-26Suggest expressions that look like const generic arguments should be ↵varkor-0/+157
enclosed in brackets Co-Authored-By: Esteban Kuber <github@kuber.com.ar>