granite-rust/tests/ui/associated-inherent-types
Oli Scherer e18d1f8d2e Leave it to the query system to invoke the typeck query instead of invoking it eagerly.
Later queries that are run on all body owners will invoke typeck as they need information from its result to perform their own logic
2023-04-21 22:12:45 +00:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bugs Leave it to the query system to invoke the typeck query instead of invoking it eagerly. 2023-04-21 22:12:45 +00:00
ambiguity.rs Use InferCtxt::probe to properly detect ambiguous candidates 2023-02-19 18:35:35 +01:00
ambiguity.stderr Use InferCtxt::probe to properly detect ambiguous candidates 2023-02-19 18:35:35 +01:00
assoc-inherent-no-body.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-inherent-no-body.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00: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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-inherent-unstable.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-inherent-use.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dispatch-on-self-type-0.rs Fix substitution bug 2023-02-19 18:35:35 +01: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
issue-104260.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-109299-1.rs iat selection: erase regions in self type 2023-03-21 23:53:58 +01:00
issue-109299-1.stderr iat selection: erase regions in self type 2023-03-21 23:53:58 +01:00
issue-109299.rs iat selection: erase regions in self type 2023-03-21 23:53:58 +01:00
issue-109299.stderr iat selection: erase regions in self type 2023-03-21 23:53:58 +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 Add a test and several known bugs 2023-02-19 18:35:36 +01:00
not-found-self-type-differs-shadowing-trait-item.uncovered.stderr Add a test and several known bugs 2023-02-19 18:35:36 +01:00
not-found-self-type-differs.alias.stderr Type-directed probing for inherent associated types 2023-02-19 18:35:28 +01:00
not-found-self-type-differs.local.stderr Type-directed probing for inherent associated types 2023-02-19 18:35:28 +01:00
not-found-self-type-differs.rs Type-directed probing for inherent associated types 2023-02-19 18:35:28 +01: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 Use the correct ParamEnv 2023-02-19 18:35:34 +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 Collect fulfillment errors across impls 2023-02-19 22:54:08 +01:00
style.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
style.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
substitute-params-bad.rs Fix substitution bug 2023-02-19 18:35:35 +01:00
substitute-params-bad.stderr Fix substitution bug 2023-02-19 18:35:35 +01:00
substitute-params.rs Fix substitution bug 2023-02-19 18:35:35 +01:00