<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/missing, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize default_alloc_error_handler</title>
<updated>2022-11-03T07:12:58+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2022-09-26T15:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5e0b760d0ef062447f4f5b35adef5c75c8c69ff'/>
<id>urn:sha1:f5e0b760d0ef062447f4f5b35adef5c75c8c69ff</id>
<content type='text'>
Closes #66741
</content>
</entry>
<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>Improve parsing errors and suggestions for bad if statements</title>
<updated>2022-06-14T03:53:48+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-05-28T04:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1ba2d25d483a65f41ca6277c160e2ea6d813e3b'/>
<id>urn:sha1:d1ba2d25d483a65f41ca6277c160e2ea6d813e3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add new `emit_inference_failure_err`</title>
<updated>2022-06-02T08:19:15+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2022-02-14T12:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fe346e7a3776d01541fc973c4a7bb686ef3b1a8'/>
<id>urn:sha1:3fe346e7a3776d01541fc973c4a7bb686ef3b1a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>report ambiguous type parameters when their parents are impl or fn</title>
<updated>2022-05-20T14:04:44+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2022-05-20T04:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d0f9fb544cc73ea4016696e43868b71bf3c8226'/>
<id>urn:sha1:3d0f9fb544cc73ea4016696e43868b71bf3c8226</id>
<content type='text'>
fix ci error

emit err for `impl_item`
</content>
</entry>
<entry>
<title>diagnostics: use correct span for const generics</title>
<updated>2022-04-04T19:16:20+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-04-04T19:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ece80fcb672ee3053ccf4fafed62e7307b56a66'/>
<id>urn:sha1:6ece80fcb672ee3053ccf4fafed62e7307b56a66</id>
<content type='text'>
Fixes #95616
</content>
</entry>
<entry>
<title>Auto merge of #93142 - estebank:missing-main, r=wesleywiser</title>
<updated>2022-03-05T02:46:24+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2022-03-05T02:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c93948d6e9e09abfffc53d0b863ece16cde7286'/>
<id>urn:sha1:8c93948d6e9e09abfffc53d0b863ece16cde7286</id>
<content type='text'>
Do not point at whole file missing `fn main`

Only point at the end of the crate. We could try making it point at the
beginning of the crate, but that is confused with `DUMMY_SP`, causing
the output to be *worse*.

This change will make it so that VSCode will *not* underline the whole
file when `main` is missing, so other errors will be visible.
</content>
</entry>
<entry>
<title>Do not point at whole file missing `fn main`</title>
<updated>2022-03-05T02:42:55+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2022-01-21T00:15:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91f360329926981802f8bf5a320517c3ddd37829'/>
<id>urn:sha1:91f360329926981802f8bf5a320517c3ddd37829</id>
<content type='text'>
Only point at the end of the crate. We could try making it point at the
beginning of the crate, but that is confused with `DUMMY_SP`, causing
the output to be *worse*.

This change will make it so that VSCode will *not* underline the whole
file when `main` is missing, so other errors will be visible.
</content>
</entry>
<entry>
<title>Cleanup feature gates.</title>
<updated>2022-03-03T17:50:28+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-01-19T15:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=27d8cd7db046746bbfbb0bd3e1df40757cabb1fe'/>
<id>urn:sha1:27d8cd7db046746bbfbb0bd3e1df40757cabb1fe</id>
<content type='text'>
</content>
</entry>
</feed>
