<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/try-block, branch 1.63.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.63.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.63.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-06-16T11:40:29+00:00</updated>
<entry>
<title> fix one more case of trailing space</title>
<updated>2022-06-16T11:40:29+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2022-06-08T18:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=989d1a732f194d852e9a3636fc283c65612f995f'/>
<id>urn:sha1:989d1a732f194d852e9a3636fc283c65612f995f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diagnostics: fix trailing space</title>
<updated>2022-06-16T11:40:28+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2022-06-08T17:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0ff8ae3111939a30d61f158b53e120f965989520'/>
<id>urn:sha1:0ff8ae3111939a30d61f158b53e120f965989520</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mention implementers of unsatisfied trait</title>
<updated>2022-04-04T21:01:42+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-12-13T20:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3aac307ca62f6d6c5b3612d3dfe80b6eeae8ba15'/>
<id>urn:sha1:3aac307ca62f6d6c5b3612d3dfe80b6eeae8ba15</id>
<content type='text'>
When encountering an unsatisfied trait bound, if there are no other
suggestions, mention all the types that *do* implement that trait:

```
error[E0277]: the trait bound `f32: Foo` is not satisfied
  --&gt; $DIR/impl_wf.rs:22:6
   |
LL | impl Baz&lt;f32&gt; for f32 { }
   |      ^^^^^^^^ the trait `Foo` is not implemented for `f32`
   |
   = help: the following other types implement trait `Foo`:
             Option&lt;T&gt;
             i32
             str
note: required by a bound in `Baz`
  --&gt; $DIR/impl_wf.rs:18:31
   |
LL | trait Baz&lt;U: ?Sized&gt; where U: Foo { }
   |                               ^^^ required by this bound in `Baz`
```

Mention implementers of traits in `ImplObligation`s.

Do not mention other `impl`s for closures, ranges and `?`.
</content>
</entry>
<entry>
<title>Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot</title>
<updated>2021-11-28T22:45:15+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2021-11-28T22:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=97157240065f60b121c308d139692f0232c12a32'/>
<id>urn:sha1:97157240065f60b121c308d139692f0232c12a32</id>
<content type='text'>
Fix a format_args span to be expansion

I found this while exploring solutions for rust-lang/rust-clippy#7843.

r? `@m-ou-se`
</content>
</entry>
<entry>
<title>Do not mention associated items when they introduce an obligation</title>
<updated>2021-11-20T19:19:31+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-10-12T14:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=563db4245b5373794be8e06ea878f81661888fa0'/>
<id>urn:sha1:563db4245b5373794be8e06ea878f81661888fa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some tests to more reasonable directories</title>
<updated>2021-11-18T15:09:34+00:00</updated>
<author>
<name>Caio</name>
<email>c410.f3r@gmail.com</email>
</author>
<published>2021-11-18T15:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41d9abd76cd514aca23e3409fe6896a3a7d61d1a'/>
<id>urn:sha1:41d9abd76cd514aca23e3409fe6896a3a7d61d1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some tests to more reasonable directories</title>
<updated>2021-11-06T18:35:20+00:00</updated>
<author>
<name>Caio</name>
<email>c410.f3r@gmail.com</email>
</author>
<published>2021-11-06T18:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7fd15f09008dd72f40d76a5bebb60e3991095a5f'/>
<id>urn:sha1:7fd15f09008dd72f40d76a5bebb60e3991095a5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a format_args span to be expansion</title>
<updated>2021-10-29T22:13:15+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2021-10-21T14:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4cfb7add771367757ee2dd26da4e29d333c93cb6'/>
<id>urn:sha1:4cfb7add771367757ee2dd26da4e29d333c93cb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bless tests</title>
<updated>2021-10-15T07:36:58+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2021-10-14T18:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90f4521cfdfc85fc04759cfba2f86a6acc096cb3'/>
<id>urn:sha1:90f4521cfdfc85fc04759cfba2f86a6acc096cb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use more accurate spans for "unused delimiter" lint</title>
<updated>2021-09-09T14:24:33+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-09-09T14:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc02b51382d5fea61d74624273d1d98263745243'/>
<id>urn:sha1:dc02b51382d5fea61d74624273d1d98263745243</id>
<content type='text'>
</content>
</entry>
</feed>
