rust/src/test/ui/associated-type-bounds
Oli Scherer 1f7df1956a Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour
This makes `type_alias_impl_trait` not actually do anything anymore
2021-03-15 17:32:43 +00:00
..
auxiliary
ambiguous-associated-type.rs Changed tests to check-pass. 2019-08-05 23:46:04 +01:00
ambiguous-associated-type2.rs Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
ambiguous-associated-type2.stderr Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
assoc-type-bound-through-where-clause.rs Remove predicates on associated types from traits 2020-10-06 11:19:31 +01:00
assoc-type-eq-with-dyn-atb-fail.rs Fix tests from rebase 2020-10-06 11:19:33 +01:00
assoc-type-eq-with-dyn-atb-fail.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
associated-item-through-where-clause.rs Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
bad-bounds-on-assoc-in-trait.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
bad-bounds-on-assoc-in-trait.stderr Avoid sorting predicates by `DefId` 2021-03-13 13:45:12 -05:00
bounds-on-assoc-in-trait.rs Fix tests from rebase 2020-10-06 11:19:33 +01:00
bounds-on-assoc-in-trait.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
duplicate.full_tait.stderr Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
duplicate.min_tait.stderr Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
duplicate.rs Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
dyn-impl-trait-type.rs Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
dyn-lcsit.rs Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
dyn-lcsit.stderr adjust tests 2020-05-09 14:40:17 +02:00
dyn-rpit-and-let.rs Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
entails-sized-object-safety.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
enum-bounds.rs
fn-apit.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
fn-aux.rs
fn-dyn-apit.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
fn-inline.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
fn-where.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
fn-wrap-apit.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
handle-predicates-that-can-define-assoc-type.rs Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
implied-region-constraints.nll.stderr compiletest: error if `compile-fail` header in ui test. 2020-02-02 02:08:30 -05:00
implied-region-constraints.rs compiletest: error if `compile-fail` header in ui test. 2020-02-02 02:08:30 -05:00
implied-region-constraints.stderr compiletest: error if `compile-fail` header in ui test. 2020-02-02 02:08:30 -05:00
inside-adt.rs Call `type_of` for opaque types later in compilation 2020-09-26 17:56:03 +01:00
inside-adt.stderr Call `type_of` for opaque types later in compilation 2020-09-26 17:56:03 +01:00
issue-61752.rs Changed tests to check-pass. 2019-08-05 23:46:04 +01:00
issue-70292.rs Add a regression test for issue-70292 2020-10-09 18:32:53 +09:00
issue-71443-1.rs Add a regression test for issue-71443 2020-10-09 18:33:03 +09:00
issue-71443-1.stderr Add a regression test for issue-71443 2020-10-09 18:33:03 +09:00
issue-71443-2.rs Add a regression test for issue-71443 2020-10-09 18:33:03 +09:00
issue-73818.rs Normalize bounds fully when checking defaulted types 2020-07-23 01:34:35 -07:00
lcsit.rs Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
lcsit.stderr adjust tests 2020-05-09 14:40:17 +02:00
missing-trait-bound-for-assoc-fails.rs Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
missing-trait-bound-for-assoc-fails.stderr Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
order-dependent-bounds-issue-54121.rs Add test for issue #54121: 2020-11-28 19:44:31 +01:00
rpit.rs Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
struct-bounds.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
super-trait-referencing-self.rs Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
super-trait-referencing.rs Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
super-trait-where-referencing-self.rs Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
trait-alias-impl-trait.full_tait.stderr Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
trait-alias-impl-trait.rs Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
trait-params.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
traits-assoc-anonymized.rs Anonymize late bound regions on transitive bounds that define assoc type 2021-02-08 16:47:51 -03:00
traits-assoc-type-macros.rs Add regression test for ICE that happened on incr comp 2021-02-05 18:56:57 -03:00
type-alias.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
type-alias.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
union-bounds.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00