<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/consts/const-err-multi.stderr, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<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>cleanup and dedupe CTFE and Miri error reporting</title>
<updated>2022-11-16T09:13:29+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-11-15T11:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1115ec601a7f7dc2406e26cd5da0faf031043b81'/>
<id>urn:sha1:1115ec601a7f7dc2406e26cd5da0faf031043b81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make const_err a hard error</title>
<updated>2022-10-07T16:08:49+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-09-21T11:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd59d44f5880fea109fe68e31fab2486cd686fc6'/>
<id>urn:sha1:fd59d44f5880fea109fe68e31fab2486cd686fc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bless ui tests</title>
<updated>2022-10-01T10:03:06+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-09-18T15:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa'/>
<id>urn:sha1:13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shorten def_span for more items.</title>
<updated>2022-07-01T15:39:19+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-02-13T15:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=42e4eee8931479a02c11c88ddaddb3a494e136c6'/>
<id>urn:sha1:42e4eee8931479a02c11c88ddaddb3a494e136c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make const_err show up in future breakage reports</title>
<updated>2022-06-25T14:30:47+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-06-04T15:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc2cc109419ac497ac24046297f452c9cced0ec0'/>
<id>urn:sha1:dc2cc109419ac497ac24046297f452c9cced0ec0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make const_err a future incompat lint</title>
<updated>2021-02-03T14:45:43+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2021-01-30T13:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8477d352ac47c89199f27f2368138cb89beaea54'/>
<id>urn:sha1:8477d352ac47c89199f27f2368138cb89beaea54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests to remove old numeric constants</title>
<updated>2020-11-29T05:55:55+00:00</updated>
<author>
<name>bstrie</name>
<email>bstrie@thinwsl</email>
</author>
<published>2020-10-24T23:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90a2e5e3fe59a254d4d707aa291517b3791ea5a6'/>
<id>urn:sha1:90a2e5e3fe59a254d4d707aa291517b3791ea5a6</id>
<content type='text'>
Part of #68490.

Care has been taken to leave the old consts where appropriate, for testing backcompat regressions, module shadowing, etc. The intrinsics docs were accidentally referring to some methods on f64 as std::f64, which I changed due to being contrary with how we normally disambiguate the shadow module from the primitive. In one other place I changed std::u8 to std::ops since it was just testing path handling in macros.

For places which have legitimate uses of the old consts, deprecated attributes have been optimistically inserted. Although currently unnecessary, they exist to emphasize to any future deprecation effort the necessity of these specific symbols and prevent them from being accidentally removed.
</content>
</entry>
<entry>
<title>Make invalid integer operation messages consistent</title>
<updated>2020-09-26T12:34:49+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2020-09-15T19:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8eb42ba0fbd0326a8ffbe6ec2ff0abffaffa1a8f'/>
<id>urn:sha1:8eb42ba0fbd0326a8ffbe6ec2ff0abffaffa1a8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more precise span for erroneous consts during CTFE/Miri</title>
<updated>2020-08-12T08:48:08+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-08-11T12:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d21e0118d0eefc8b0073fa47fa16699d37047abf'/>
<id>urn:sha1:d21e0118d0eefc8b0073fa47fa16699d37047abf</id>
<content type='text'>
</content>
</entry>
</feed>
