<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/empty/empty-never-array.rs, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<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>Include enum path in variant suggestion</title>
<updated>2022-09-03T08:11:17+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-09-03T03:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be53bd838097a835ae7486d8994d721225782bf4'/>
<id>urn:sha1:be53bd838097a835ae7486d8994d721225782bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update existing tests for or-patterns</title>
<updated>2020-02-01T22:10:58+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2019-12-27T17:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30058df867fbe5c43f90707d6fb644fba6201c2a'/>
<id>urn:sha1:30058df867fbe5c43f90707d6fb644fba6201c2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Remove `#![feature(never_type)]` from tests."</title>
<updated>2019-12-14T14:01:04+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2019-12-11T14:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1719337d02b0830234e3a1a86aae8f05af888cbe'/>
<id>urn:sha1:1719337d02b0830234e3a1a86aae8f05af888cbe</id>
<content type='text'>
This reverts commit 8f6197f39f7d468dfc5b2bd41dae4769992a2f83.
</content>
</entry>
<entry>
<title>Remove `#![feature(never_type)]` from tests.</title>
<updated>2019-11-21T13:55:32+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-13T01:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8f6197f39f7d468dfc5b2bd41dae4769992a2f83'/>
<id>urn:sha1:8f6197f39f7d468dfc5b2bd41dae4769992a2f83</id>
<content type='text'>
Also remove `never_type` the feature-gate test.
</content>
</entry>
<entry>
<title>Fixed grammar/style in error messages and reblessed tests.</title>
<updated>2019-09-06T02:46:08+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2019-09-01T17:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=022d9c8eb56144c00980c88d4b68a5a1e487484a'/>
<id>urn:sha1:022d9c8eb56144c00980c88d4b68a5a1e487484a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make use of possibly uninitialized data a hard error</title>
<updated>2019-08-05T21:57:12+00:00</updated>
<author>
<name>Tyler Mandry</name>
<email>tmandry@gmail.com</email>
</author>
<published>2019-08-03T00:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9058bf2100499649a285e49555e42fbe8fa3556d'/>
<id>urn:sha1:9058bf2100499649a285e49555e42fbe8fa3556d</id>
<content type='text'>
This is one of the behaviors we no longer allow in NLL. Since it can
lead to undefined behavior, I think it's definitely worth making it a
hard error without waiting to turn off migration mode (#58781).

Closes #60450.

My ulterior motive here is making it impossible to leave variables
partially initialized across a yield (see discussion at #63035), so
tests are included for that.
</content>
</entry>
<entry>
<title>Never stop due to errors before borrow checking</title>
<updated>2019-04-22T20:11:53+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-04-15T19:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e723c24a83cc89d723df6c0eda17a95deb5fb41'/>
<id>urn:sha1:6e723c24a83cc89d723df6c0eda17a95deb5fb41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merged migrated compile-fail tests and ui tests. Fixes #46841.</title>
<updated>2018-08-14T09:12:09+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2018-08-08T12:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fc7ab237314a4ce85e612b4ce590c27f1425291'/>
<id>urn:sha1:3fc7ab237314a4ce85e612b4ce590c27f1425291</id>
<content type='text'>
</content>
</entry>
</feed>
