rust/tests/ui/associated-type-bounds
2024-10-30 16:22:23 +00:00
..
auxiliary Add a test 2024-03-22 13:20:54 -04:00
return-type-notation Actually capture all in-scope lifetimes. 2024-10-30 16:22:23 +00:00
ambiguous-associated-type2.rs
ambiguous-associated-type2.stderr
ambiguous-associated-type.rs
assoc-type-bound-through-where-clause.rs
assoc-type-eq-with-dyn-atb-fail.rs
assoc-type-eq-with-dyn-atb-fail.stderr
associated-item-through-where-clause.rs
bad-bounds-on-assoc-in-trait.rs
bad-universal-in-dyn-in-where-clause.rs
bad-universal-in-dyn-in-where-clause.stderr
bad-universal-in-impl-sig.rs
bad-universal-in-impl-sig.stderr
binder-on-bound.rs
binder-on-bound.stderr
bounds-on-assoc-in-trait.rs
cant-see-copy-bound-from-child-rigid-2.rs Add tests for shortcomings of associated type bounds 2024-03-21 10:34:53 -04:00
cant-see-copy-bound-from-child-rigid-2.stderr Add tests for shortcomings of associated type bounds 2024-03-21 10:34:53 -04:00
cant-see-copy-bound-from-child-rigid.rs Add tests for shortcomings of associated type bounds 2024-03-21 10:34:53 -04:00
cant-see-copy-bound-from-child-rigid.stderr Add tests for shortcomings of associated type bounds 2024-03-21 10:34:53 -04:00
const-projection-err.gce.stderr
const-projection-err.rs
const-projection-err.stock.stderr
consts.rs
consts.stderr
dedup-normalized-1.rs
dedup-normalized-2-higher-ranked.rs
dedup-normalized-2-higher-ranked.stderr
do-not-look-at-parent-item-in-suggestion-for-type-param-of-current-assoc-item.rs
do-not-look-at-parent-item-in-suggestion-for-type-param-of-current-assoc-item.stderr
dont-imply-atb-in-closure-inference.rs Split item bounds and item super predicates 2024-03-20 13:00:34 -04:00
duplicate.rs Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
duplicate.stderr Bless ui tests. 2024-10-04 23:38:41 +00:00
elision.rs
elision.stderr
entails-sized-dyn-compatibility.rs UI tests: Rename "object safe" to "dyn compatible" 2024-10-10 01:13:29 +02:00
enum-bounds.rs
fn-apit.rs
fn-aux.rs
fn-inline.rs
fn-where.rs
fn-wrap-apit.rs
handle-predicates-that-can-define-assoc-type.rs
higher-ranked.rs
hrtb.rs
implied-bounds-cycle.rs
implied-bounds-cycle.stderr
implied-from-self-where-clause.rs Collect item bounds for RPITITs from trait where clauses just like associated types 2024-10-26 17:38:08 +00:00
implied-in-supertrait.rs
implied-predicates.rs Always encode implied_predicates query for traits 2024-03-22 13:20:54 -04:00
implied-region-constraints.rs
implied-region-constraints.stderr
inside-adt.rs
inside-adt.stderr
issue-61752.rs
issue-70292.rs
issue-71443-1.rs
issue-71443-1.stderr
issue-71443-2.rs
issue-73818.rs
issue-79949.rs
issue-81193.rs
issue-83017.rs
issue-99828.rs Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
issue-99828.stderr Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
issue-102335-ty.rs Rename HIR TypeBinding to AssocItemConstraint and related cleanup 2024-05-30 22:52:33 +02:00
issue-102335-ty.stderr Fix associated item removal suggestion 2024-07-17 21:30:40 +00:00
issue-104916.rs
issue-104916.stderr
missing-trait-bound-for-assoc-fails.rs
missing-trait-bound-for-assoc-fails.stderr
name-same-as-generic-type-issue-128249.rs Add Tests 2024-07-29 21:47:19 -04:00
name-same-as-generic-type-issue-128249.stderr Add Tests 2024-07-29 21:47:19 -04:00
nested-associated-type-bound-incompleteness.rs Add a few more tests, comments 2024-09-25 13:13:04 -04:00
nested-associated-type-bound-incompleteness.stderr Add a few more tests, comments 2024-09-25 13:13:04 -04:00
nested-bounds-dont-eliminate-alias-bounds.rs
nested-gat-projection.rs Add a few more tests, comments 2024-09-25 13:13:04 -04:00
no-gat-position.rs E0229: Suggest Moving Type Constraints to Type Parameter Declaration 2024-06-12 19:32:31 -04:00
no-gat-position.stderr Fix associated item removal suggestion 2024-07-17 21:30:40 +00:00
order-dependent-bounds-issue-54121.rs
overlaping-bound-suggestion.rs
overlaping-bound-suggestion.stderr
resolution-failure-building-vtable-representation-ice-90691.rs add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directive 2024-03-24 09:34:11 +01:00
rpit.rs
rpit.stderr
struct-bounds.rs
suggest-assoc-ty-bound-on-eq-bound.rs Don't assume traits used as type are trait objs 2024-10-11 17:36:04 +02:00
suggest-assoc-ty-bound-on-eq-bound.stderr Don't assume traits used as type are trait objs 2024-10-11 17:36:04 +02:00
suggest-contraining-assoc-type-because-of-assoc-const.fixed
suggest-contraining-assoc-type-because-of-assoc-const.rs
suggest-contraining-assoc-type-because-of-assoc-const.stderr
suggest-removing-impl.rs
suggest-removing-impl.stderr
supertrait-defines-ty.rs
supertrait-referencing-self.rs
supertrait-referencing.rs
supertrait-where-referencing-self.rs
trait-alias-impl-trait.rs
trait-params.rs
traits-assoc-anonymized.rs
traits-assoc-type-macros.rs
type-alias.rs
type-alias.stderr Improve the impl and diag output of lint type_alias_bounds 2024-07-23 01:48:03 +02:00
union-bounds.rs