rust/tests/ui/traits/next-solver
Matthias Krüger 07dc4aa837
Rollup merge of #124718 - compiler-errors:record-impl-args, r=lcnr
Record impl args in the proof tree

Weren't recording these since they went through a different infcx method

r? lcnr
2024-05-04 22:27:33 +02:00
..
alias-relate
assembly Add some new solver tests 2024-03-08 15:54:04 +00:00
coherence Higher ranked goal source, do overflow handling less badly 2024-05-02 21:56:14 -04:00
cycles Only consider ambiguous goals when finding best obligation for ambiguities 2024-05-04 12:05:36 -04:00
diagnostics Record impl args in the proof tree 2024-05-04 12:57:01 -04:00
env-shadows-impls Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
generalize move tests 2024-03-18 16:29:00 +01:00
normalize Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
overflow Higher ranked goal source, do overflow handling less badly 2024-05-02 21:56:14 -04:00
alias-bound-preference.rs
alias-bound-unsound.rs
alias-bound-unsound.stderr distinguish recursion limit based overflow for diagnostics 2024-02-29 10:14:02 +01:00
alias-eq-in-canonical-response.rs
alias-sub.rs
ambiguous-impl-in-resolve.rs Don't ICE when codegen_select returns ambiguity in new solver 2024-04-25 11:49:12 -04:00
array-default.rs
async.fail.stderr
async.rs
auto-with-drop_tracking_mir.fail.stderr Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
auto-with-drop_tracking_mir.rs Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
borrowck-error.rs
borrowck-error.stderr
builtin-fn-must-return-sized.rs Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
builtin-fn-must-return-sized.stderr Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
canonical-int-var-eq-in-response.rs
canonical-ty-var-eq-in-response.rs
canonicalize-effect-var.rs
cast-checks-handling-projections.rs
closure-inference-guidance.rs
closure-signature-inference-2.rs
closure-signature-inference.rs
closure-substs-ambiguity.rs
coerce-ambig-alias-to-rigid-alias.rs
const-param-placeholder.fail.stderr
const-param-placeholder.rs
constrain-alias-goals-in-unsize.rs Process alias-relate obligations in CoerceUnsized loop 2024-02-27 20:07:58 +00:00
coroutine.fail.stderr Error on using yield without also using #[coroutine] on the closure 2024-04-24 08:05:29 +00:00
coroutine.rs Error on using yield without also using #[coroutine] on the closure 2024-04-24 08:05:29 +00:00
deduce-ty-from-object.rs
dedup-regions.rs
destruct.rs
dont-canonicalize-re-error.rs Uniquify ReError on input mode in canonicalizer 2024-03-22 16:35:50 -04:00
dont-canonicalize-re-error.stderr Uniquify ReError on input mode in canonicalizer 2024-03-22 16:35:50 -04:00
dont-coerce-infer-to-dyn.rs
dont-elaborate-for-projections.rs
dont-ice-on-assoc-projection.rs
dont-ice-on-assoc-projection.stderr
dont-loop-fulfill-on-region-constraints.rs
dont-normalize-proj-with-error.rs
dont-normalize-proj-with-error.stderr
dont-remap-tait-substs.rs
dont-type_of-tait-in-defining-scope.is_send.stderr
dont-type_of-tait-in-defining-scope.not_send.stderr
dont-type_of-tait-in-defining-scope.rs
dyn-any-dont-prefer-impl.rs
elaborate-item-bounds.rs
escaping-bound-vars-in-writeback-normalization.rs
float-canonical.rs
fn-trait-closure.rs
fn-trait.rs
fn-trait.stderr
higher-ranked-dyn-bounds.rs
int-var-alias-eq.rs
int-var-is-send.rs
issue-118950-root-region.rs
issue-118950-root-region.stderr update region debug formatting 2024-03-18 16:44:12 +00:00
iter-filter-projection.rs
lazy-nested-obligations-1.rs
lazy-nested-obligations-2.rs
lazy-nested-obligations-3.rs
member-constraints-in-root-universe.rs Make infer higher ranked equate use bidirectional subtyping in invariant context 2024-02-29 15:27:56 -03:00
member-constraints-in-root-universe.stderr Make infer higher ranked equate use bidirectional subtyping in invariant context 2024-02-29 15:27:56 -03:00
more-object-bound.rs Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
more-object-bound.stderr Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
nested-alias-bound.rs
nested-obligations-with-bound-vars-gat.rs
object-soundness-requires-generalization.rs
object-unsafety.rs Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
object-unsafety.stderr Use a proof tree visitor to refine the Obligation for error reporting 2024-05-02 21:56:14 -04:00
opportunistic-region-resolve.rs
param-discr-kind.rs
pointee.rs
pointer-like.rs
pointer-like.stderr
prefer-candidate-no-constraints.rs
prefer-param-env-on-ambiguity.rs
projection-discr-kind.rs
projection-discr-kind.stderr
slice-match-byte-lit.rs
specialization-transmute.rs Stabilize generic NonZero. 2024-04-22 18:48:47 +02:00
specialization-transmute.stderr Stabilize generic NonZero. 2024-04-22 18:48:47 +02:00
specialization-unconstrained.rs
specialization-unconstrained.stderr
stall-num-var-auto-trait.fallback.stderr
stall-num-var-auto-trait.rs
structural-resolve-field.rs
trait-upcast-lhs-needs-normalization.rs
try-example.rs
unevaluated-const-impl-trait-ref.fails.stderr
unevaluated-const-impl-trait-ref.rs
unsafe-auto-trait-impl.rs
unsize-although-ambiguous.rs
unsize-good.rs
unsound-region-obligation.rs
unsound-region-obligation.stderr
upcast-right-substs.rs
upcast-wrong-substs.rs
upcast-wrong-substs.stderr
winnow-specializing-impls.rs