rust/tests/ui/type-inference
Trevor Gross 3c9a7491c2 Add a test for PartialEq across Allocators breaking inference (#113283)
Verify that `PartialEq` implementations do not break type inference
when comparing types across different allocators. This catches a
regression in current nightly introduced in 001b081cc1 (alloc: Allow
comparing `Box`s over different allocators")

`Box` is the only type that currently impelements this, but tests are
included for `Rc` and `Arc` to prevent future regresssions.
2023-07-04 05:00:46 -04:00
..
issue-30225.rs
issue-30225.stderr
issue-113283-alllocator-trait-eq.rs
or_else-multiple-type-params.rs
or_else-multiple-type-params.stderr
sort_by_key.rs
sort_by_key.stderr
unbounded-associated-type.rs
unbounded-associated-type.stderr
unbounded-type-param-in-fn-with-assoc-type.rs
unbounded-type-param-in-fn-with-assoc-type.stderr
unbounded-type-param-in-fn.rs
unbounded-type-param-in-fn.stderr