summary refs log tree commit diff
path: root/src/test/ui/impl-trait/bound-normalization-fail.stderr
AgeCommit message (Expand)AuthorLines
2021-08-24Normalize associated types with bound varsJack Huey-2/+2
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-21/+12
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-4/+4
2021-03-16fix expected/found order on impl trait projection mismatchSNCPlay42-6/+6
2020-10-06Check opaque types satisfy their boundsMatthew Jasper-2/+0
2020-06-04resolve error code e0760csmoe-2/+2
2020-05-19Merge branch 'master' into issue-69276csmoe-1/+2
2020-05-18bless suggestion on spell outcsmoe-2/+3
2020-05-09adjust testsRalf Jung-1/+2
2020-05-02On type mismatch involving associated type, suggest constraintEsteban Küber-4/+8
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-02-02compiletest: error if `compile-fail` header in ui test.Tyler Lanphear-4/+4
2019-11-18Surround types with backticks in type errorsEsteban Küber-2/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-4/+4
2019-09-18Add explanation to type mismatch involving type params and assoc typesEsteban Küber-0/+4
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-4/+4
2019-08-16Update stderr files with --blesssd234678-3/+3
2019-08-12typeck: Prohibit RPIT types that inherit lifetimesDavid Wood-4/+10
2019-08-02Update syntax in existing testsvarkor-3/+3
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-0/+2
2019-07-03Normalize projections in opaque typesJonas Schievink-0/+29