about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/where-allowed.rs
AgeCommit message (Expand)AuthorLines
2022-02-17fix impl trait message, bless testsMichael Goulet-41/+41
2022-02-17Add more information to `impl Trait` deny errorMichael Goulet-41/+41
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-0/+1
2021-07-19Improve impl trait disallowed context error textSantiago Pastorino-41/+41
2021-04-06forbid `impl Trait` in generic param defaultsSNCPlay42-4/+28
2020-09-26Call `type_of` for opaque types later in compilationMatthew Jasper-0/+2
2019-11-18Fix 'type annotations needed' error with opaque typesAaron Hill-5/+0
2019-11-14TAIT: adjust testsMazdak Farrokhzad-0/+1
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-2/+4
2019-08-02Replace "existential" by "opaque"varkor-2/+2
2019-08-02Update syntax in existing testsvarkor-2/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-25Added tests.Alexander Regueiro-1/+0
2018-08-27fix anotherMark Mansi-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+235