rust/tests/ui/higher-ranked/trait-bounds
Alex Macleod 5453a9f34d Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
..
normalize-under-binder Explain HRTB + infer limitations of old solver 2023-09-19 05:14:14 +00:00
complex.rs directory size limit :< 2023-05-30 13:04:25 +02:00
due-to-where-clause.rs directory size limit :< 2023-05-30 13:04:25 +02:00
due-to-where-clause.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
fn-ptr.classic.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
fn-ptr.rs directory size limit :< 2023-05-30 13:04:25 +02:00
future.classic.stderr adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
future.rs Change default panic handler message format. 2023-07-29 11:42:50 +02:00
hang-on-deeply-nested-dyn.rs write-long-types-to-disk: update tests 2023-07-25 12:08:44 +01:00
hang-on-deeply-nested-dyn.stderr write-long-types-to-disk: update tests 2023-07-25 12:08:44 +01:00
hrtb-binder-levels-in-object-types.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-cache-issue-54302.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-cache-issue-54302.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-conflate-regions.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-conflate-regions.stderr Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
hrtb-debruijn-in-receiver.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-debruijn-in-receiver.stderr Do not set up wrong span for adjustments 2023-07-10 20:09:26 +00:00
hrtb-debruijn-object-types-in-closures.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-exists-forall-fn.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-exists-forall-fn.stderr Point out expectation even if we have RegionsInsufficientlyPolymorphic 2023-08-09 01:10:08 +00:00
hrtb-exists-forall-trait-contravariant.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-exists-forall-trait-contravariant.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-exists-forall-trait-covariant.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-exists-forall-trait-invariant.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-exists-forall-trait-invariant.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-fn-like-trait-object.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-fn-like-trait.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-higher-ranker-supertraits-transitive.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-higher-ranker-supertraits-transitive.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-higher-ranker-supertraits.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-higher-ranker-supertraits.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-identity-fn-borrows.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-identity-fn-borrows.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-just-for-static.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-just-for-static.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-malformed-lifetime-generics.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-malformed-lifetime-generics.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-opt-in-copy.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-parse.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-perfect-forwarding.polonius.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-perfect-forwarding.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-perfect-forwarding.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-precedence-of-plus-where-clause.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-precedence-of-plus.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-resolve-lifetime.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-trait-object-paren-notation.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-trait-object-passed-to-closure.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-type-outlives.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-unboxed-closure-trait.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-wrong-kind.rs directory size limit :< 2023-05-30 13:04:25 +02:00
hrtb-wrong-kind.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
issue-30786.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-30786.stderr adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
issue-36139-normalize-closure-sig.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-39292.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-42114.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-43623.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-46989.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-46989.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
issue-57639.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-58451.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-58451.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
issue-59311.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-59311.stderr adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
issue-60283.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-62203-hrtb-ice.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-62203-hrtb-ice.stderr adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
issue-88446.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-88586-hr-self-outlives-in-trait-def.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-90177.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-95034.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-95230.next.stderr directory size limit :< 2023-05-30 13:04:25 +02:00
issue-95230.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-100689.rs directory size limit :< 2023-05-30 13:04:25 +02:00
issue-102899.rs directory size limit :< 2023-05-30 13:04:25 +02:00