rust/src/test/ui/where-clauses
Mazdak Farrokhzad f7da074d2a
Rollup merge of #57459 - varkor:E0202-issue-reference, r=petrochenkov
Reference tracking issue for inherent associated types in diagnostic

This makes it clearer that associated types in inherent impls are an intended feature, like the diagnostic for equality constraints in where clauses. (This is more helpful, because the lack of associated types is a confusing omission and it lets users more easily track the state of the feature.)
2019-01-12 10:55:09 +01:00
..
where-clause-constraints-are-local-for-inherent-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
where-clause-constraints-are-local-for-inherent-impl.stderr Remove licenses 2018-12-25 21:08:33 -07:00
where-clause-constraints-are-local-for-trait-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
where-clause-constraints-are-local-for-trait-impl.stderr Remove licenses 2018-12-25 21:08:33 -07:00
where-clause-method-substituion.rs Remove licenses 2018-12-25 21:08:33 -07:00
where-clause-method-substituion.stderr Remove licenses 2018-12-25 21:08:33 -07:00
where-clauses-method-unsatisfied.rs Remove licenses 2018-12-25 21:08:33 -07:00
where-clauses-method-unsatisfied.stderr Remove licenses 2018-12-25 21:08:33 -07:00
where-clauses-unsatisfied.rs Remove licenses 2018-12-25 21:08:33 -07:00
where-clauses-unsatisfied.stderr Remove licenses 2018-12-25 21:08:33 -07:00
where-equality-constraints.rs Remove licenses 2018-12-25 21:08:33 -07:00
where-equality-constraints.stderr Consolidate equality constraints error message 2019-01-08 23:53:43 +00:00
where-for-self-2.rs apply the same logic to ConcreteFailure errors 2019-01-02 17:35:06 -05:00
where-for-self-2.stderr say "the lifetime" instead of "some lifetime" when it feels right 2019-01-02 17:35:06 -05:00
where-for-self.rs Remove licenses 2018-12-25 21:08:33 -07:00
where-for-self.stderr Remove licenses 2018-12-25 21:08:33 -07:00
where-lifetime-resolution.rs Remove licenses 2018-12-25 21:08:33 -07:00
where-lifetime-resolution.stderr Remove licenses 2018-12-25 21:08:33 -07:00