<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/trait-impl-bound-suggestions.fixed, branch 1.53.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.53.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.53.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-03-31T01:47:31+00:00</updated>
<entry>
<title>give full path of constraint in suggest_constraining_type_param</title>
<updated>2021-03-31T01:47:31+00:00</updated>
<author>
<name>hi-rustin</name>
<email>rustin.liu@gmail.com</email>
</author>
<published>2021-03-30T09:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8f7735624924e3399a1abee68615a99072347cc9'/>
<id>urn:sha1:8f7735624924e3399a1abee68615a99072347cc9</id>
<content type='text'>
revert file

bless with nll mode
</content>
</entry>
<entry>
<title>fix syntax error in suggesting generic constraint in trait parameter</title>
<updated>2020-09-14T04:24:34+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-09-14T03:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0eac38b7a65c29734f4b2d34f35ee0aa9cb00a74'/>
<id>urn:sha1:0eac38b7a65c29734f4b2d34f35ee0aa9cb00a74</id>
<content type='text'>
suggest `where T: Foo` for the first bound on a trait, then suggest
`, T: Foo` when the suggested bound would add to an existing set of
`where` clauses. `where T: Foo` may be the first bound if `T` has a
default, because we'd rather suggest
```
trait A&lt;T=()&gt; where T: Copy
```
than
```
trait A&lt;T: Copy=()&gt;
```
for legibility reasons.
</content>
</entry>
</feed>
