about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/where-allowed.stderr
AgeCommit message (Expand)AuthorLines
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-3/+3
2021-07-19Improve impl trait disallowed context error textSantiago Pastorino-41/+41
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-2/+0
2021-04-06forbid `impl Trait` in generic param defaultsSNCPlay42-55/+78
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-3/+3
2020-09-26Call `type_of` for opaque types later in compilationMatthew Jasper-31/+51
2020-06-11Stop special casing top level TAITMatthew Jasper-6/+6
2020-02-09--bless --compare-mode=nllMatthias Prechtl-3/+3
2019-11-18Update test outputAaron Hill-57/+45
2019-11-14TAIT: adjust testsMazdak Farrokhzad-16/+25
2019-10-26Add detailed explaination for E0666Sydney Acksman-1/+1
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-44/+56
2019-08-02Replace "existential" by "opaque"varkor-2/+2
2019-08-02Update syntax in existing testsvarkor-29/+48
2019-07-21normalize use of backticks in compiler messages for librustc/hirSamy Kacimi-1/+1
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+1
2018-12-25Remove licensesMark Rousskov-39/+39
2018-09-30Added help message for `impl_trait_in_bindings` feature gate.Alexander Regueiro-0/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+244