os-rust/tests/ui/associated-inherent-types
2023-11-25 17:48:09 -03:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bugs Show number in error message even for one error 2023-11-24 19:15:52 +01:00
ambiguity.rs Use InferCtxt::probe to properly detect ambiguous candidates 2023-02-19 18:35:35 +01:00
ambiguity.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc-inherent-late-bound.rs Get rid of infer vars in inherent assoc types selection by using probe 2023-11-25 17:48:09 -03:00
assoc-inherent-no-body.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-inherent-no-body.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc-inherent-private.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-inherent-private.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-inherent-unstable.rs Don't perform selection if IATs are not enabled 2023-07-03 14:33:38 +02:00
assoc-inherent-unstable.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc-inherent-use.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-generics.rs Add regression tests for const-generic IATs 2023-04-25 23:32:13 +02:00
dispatch-on-self-type-0.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
dispatch-on-self-type-1.rs Type-directed probing for inherent associated types 2023-02-19 18:35:28 +01:00
dispatch-on-self-type-2.rs Type-directed probing for inherent associated types 2023-02-19 18:35:28 +01:00
dispatch-on-self-type-2.stderr Fix substitution bug 2023-02-19 18:35:35 +01:00
dont-select-if-disabled.rs Don't perform selection if IATs are not enabled 2023-07-03 14:33:38 +02:00
dont-select-if-disabled.stderr Don't perform selection if IATs are not enabled 2023-07-03 14:33:38 +02:00
former-subst-ice.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
generic-associated-types-bad.item.stderr Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed, even if that error is only emitted by check_modwitem_types 2023-10-25 12:04:54 +00:00
generic-associated-types-bad.local.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
generic-associated-types-bad.region.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
generic-associated-types-bad.rs Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed, even if that error is only emitted by check_modwitem_types 2023-10-25 12:04:54 +00:00
generic-const-exprs.rs Add regression tests for const-generic IATs 2023-04-25 23:32:13 +02:00
inference-fail.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
inference-fail.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
inference.rs Add support for inherent projections 2023-07-16 21:14:38 +00:00
issue-104260.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-109071.no_gate.stderr Unify suggestion wording 2023-10-17 17:33:55 +00:00
issue-109071.rs Don't perform selection if IATs are not enabled 2023-07-03 14:33:38 +02:00
issue-109071.with_gate.stderr Add a regression test for #109071 2023-06-25 23:01:06 +09:00
issue-109299-1.rs iat selection: erase regions in self type 2023-03-21 23:53:58 +01:00
issue-109299-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-109299.rs iat selection: erase regions in self type 2023-03-21 23:53:58 +01:00
issue-109299.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-109768.rs IAT: Add a few regression tests 2023-05-04 16:59:10 +02:00
issue-109768.stderr IAT: Add a few regression tests 2023-05-04 16:59:10 +02:00
issue-109789.rs IAT: Add a few regression tests 2023-05-04 16:59:10 +02:00
issue-109789.stderr Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
issue-109790.rs Only warn single-use lifetime when the binders match. 2023-05-10 19:49:02 +00:00
issue-111404-0.rs iat selection: normalize self ty & completely erase bound vars 2023-06-11 00:19:47 +02:00
issue-111404-1.rs Do not erase late bound regions, replace them with placeholders 2023-11-25 15:31:39 -03:00
issue-111404-1.stderr Do not erase late bound regions, replace them with placeholders 2023-11-25 15:31:39 -03:00
issue-111879-0.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
issue-111879-0.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-111879-1.rs Add tests for pretty-printing inherent projections 2023-05-24 01:17:38 +02:00
issue-111879-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
late-bound-regions.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
late-bound-regions.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
normalization-overflow.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
normalization-overflow.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
normalize-projection-0.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
normalize-projection-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
not-found-self-type-differs-shadowing-trait-item.rs Add a test and several known bugs 2023-02-19 18:35:36 +01:00
not-found-self-type-differs-shadowing-trait-item.shadowed.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
not-found-self-type-differs-shadowing-trait-item.uncovered.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
not-found-self-type-differs.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
not-found-self-type-differs.stderr Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
not-found-unsatisfied-bounds-0.rs Use the correct ParamEnv 2023-02-19 18:35:34 +01:00
not-found-unsatisfied-bounds-0.stderr Use the correct ParamEnv 2023-02-19 18:35:34 +01:00
not-found-unsatisfied-bounds-1.rs Use the correct ParamEnv 2023-02-19 18:35:34 +01:00
not-found-unsatisfied-bounds-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
not-found-unsatisfied-bounds-in-multiple-impls.rs Collect fulfillment errors across impls 2023-02-19 22:54:08 +01:00
not-found-unsatisfied-bounds-in-multiple-impls.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
private-in-public.rs Replace old private-in-public diagnostic with type privacy lints 2023-08-02 13:40:28 +03:00
private-in-public.stderr Replace old private-in-public diagnostic with type privacy lints 2023-08-02 13:40:28 +03:00
regionck-0.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
regionck-0.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
regionck-1.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
regionck-1.stderr remove trailing dots 2023-10-08 10:06:17 +00:00
regionck-2.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
regionck-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
style.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
style.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
substitute-params-bad.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
substitute-params-bad.stderr Fix substitution bug 2023-02-19 18:35:35 +01:00
substitute-params.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
type-alias-bounds-are-enforced.rs Don't store lazyness in DefKind 2023-09-26 02:53:59 +00:00
unsatisfied-bounds-inferred-type.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
unsatisfied-bounds-inferred-type.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
unsatisfied-bounds-where-clause-on-assoc-ty.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
unsatisfied-bounds-where-clause-on-assoc-ty.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00