rust/tests/ui/associated-type-bounds
Matthias Krüger a34bcd70b2
Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk
Remove `..` from return type notation

`@nikomatsakis` and I decided that using `..` in the return-type notation syntax is probably overkill.

r? `@eholk` since you reviewed the last one

Since this is piggybacking now totally off of a pre-existing syntax (parenthesized generics), let me know if you need any explanation of the logic here, since it's a bit more complicated now.
2023-04-12 20:56:22 +02:00
..
auxiliary
return-type-notation Remove .. from return type notation 2023-04-10 22:19:46 +00:00
ambiguous-associated-type2.rs
ambiguous-associated-type2.stderr Split implied and super predicate queries 2023-04-11 17:45:42 +00:00
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-bounds-on-assoc-in-trait.stderr
bad-universal-in-dyn-in-where-clause.rs Suppress duplicated errors for associated type bounds in object types 2023-02-22 21:52:26 +00:00
bad-universal-in-dyn-in-where-clause.stderr pluralize stuff 2023-02-22 21:52:26 +00:00
bad-universal-in-impl-sig.rs Suppress duplicated errors for associated type bounds in object types 2023-02-22 21:52:26 +00:00
bad-universal-in-impl-sig.stderr pluralize stuff 2023-02-22 21:52:26 +00:00
binder-on-bound.rs
binder-on-bound.stderr
bounds-on-assoc-in-trait.rs
bounds-on-assoc-in-trait.stderr
const-projection-err.gce.stderr
const-projection-err.rs
const-projection-err.stock.stderr
duplicate.rs
duplicate.stderr
dyn-impl-trait-type.rs
dyn-rpit-and-let.rs
elision.rs
elision.stderr Introduce ReError 2023-02-09 10:26:49 +00:00
entails-sized-object-safety.rs
enum-bounds.rs
fn-apit.rs
fn-aux.rs
fn-dyn-apit.rs
fn-inline.rs
fn-where.rs
fn-wrap-apit.rs
handle-predicates-that-can-define-assoc-type.rs
hrtb.rs
implied-region-constraints.rs
implied-region-constraints.stderr
inside-adt.rs Suppress duplicated errors for associated type bounds in object types 2023-02-22 21:52:26 +00:00
inside-adt.stderr pluralize stuff 2023-02-22 21:52:26 +00:00
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
issue-99828.stderr
issue-102335-ty.rs
issue-102335-ty.stderr
issue-104916.rs Add regression test for #104916 2023-04-11 00:01:53 +09:00
issue-104916.stderr Add regression test for #104916 2023-04-11 00:01:53 +09:00
missing-trait-bound-for-assoc-fails.rs
missing-trait-bound-for-assoc-fails.stderr
order-dependent-bounds-issue-54121.rs
rpit.rs
struct-bounds.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
union-bounds.rs