about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/bindings.stderr
AgeCommit message (Collapse)AuthorLines
2021-07-18Remove impl_trait_in_bindings handling on inference error reportingSantiago Pastorino-77/+0
2021-07-18Remove impl trait bindings handling on const AST loweringSantiago Pastorino-2/+35
2021-01-07Use correct span for structured suggestionEsteban Küber-12/+12
On structured suggestion for `let` -> `const` and `const` -> `let`, use a proper `Span` and update tests to check the correct application. Follow up to #80012.
2021-01-07bless testsDaiki Ihara-4/+12
2020-05-09adjust testsRalf Jung-1/+2
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-6/+8
2019-05-13add impl_trait_in_bindings to INCOMPLETE_FEATURESPulkit Goyal-4/+10
impl_trait_in_bindings is not yet complete and can lead to compiler crashes. Fixes #60764.
2019-02-07Resolve incorrect diagnostic for using a non-const value in a constantvarkor-17/+9
2018-12-25Remove licensesMark Rousskov-4/+4
2018-12-04Update testsOliver Scherer-3/+3
2018-09-25Added tests.Alexander Regueiro-0/+35