<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/consts/issue-17718-const-bad-values.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>2025-09-03T13:24:49+00:00</updated>
<entry>
<title>don't uppercase error messages</title>
<updated>2025-09-03T13:24:49+00:00</updated>
<author>
<name>Sasha Pourcelot</name>
<email>sasha.pourcelot@protonmail.com</email>
</author>
<published>2025-09-01T14:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5c4b61b4b4b13e408b28ecc91f4f517e78e6b5e7'/>
<id>urn:sha1:5c4b61b4b4b13e408b28ecc91f4f517e78e6b5e7</id>
<content type='text'>
a more general version of https://github.com/rust-lang/rust/pull/146080.

after a bit of hacking in [`fluent.rs`](https://github.com/rust-lang/rust/blob/master/compiler/rustc_fluent_macro/src/fluent.rs), i discovered that i'm not the only one that is bad at following guidelines :sweat_smile:. this pr lowercases the first letter of all the error messages in the codebase.

(i did not change things that are traditionally uppercased such as _MIR_, _ABI_ or _C_)

i think it's reasonable to run a `@bors try` so all the test suite is checked, as i cannot run some of the tests on my machine. i double checked (and replaced manually) all the old error messages, but better be safe than sorry.

in the future i will try to add a check in `x test tidy` that errors if an error message starts with an uppercase letter.
</content>
</entry>
<entry>
<title>const checks: avoid 'top-level scope' terminology</title>
<updated>2025-06-27T15:03:48+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-06-27T13:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0fa0260ca410b5691a03237e7336bb09c135230'/>
<id>urn:sha1:d0fa0260ca410b5691a03237e7336bb09c135230</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clarify and unify 'transient mutable borrow' errors</title>
<updated>2025-06-26T16:11:24+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-06-18T01:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bade3fd0580815f1a5a4abd33244982dc458d54d'/>
<id>urn:sha1:bade3fd0580815f1a5a4abd33244982dc458d54d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>const-eval: allow constants to refer to mutable/external memory, but reject such constants as patterns</title>
<updated>2025-06-26T16:09:47+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-05-12T11:34:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=492526548d8741ed477dbf9f0079ce59177e62b5'/>
<id>urn:sha1:492526548d8741ed477dbf9f0079ce59177e62b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the informative error as the main const eval error message</title>
<updated>2025-06-02T15:37:15+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-05-28T10:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b331b8b96d86a6433df957a3cc49ed51f3656135'/>
<id>urn:sha1:b331b8b96d86a6433df957a3cc49ed51f3656135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: Make diagnostic kind mandatory on line annotations</title>
<updated>2025-04-30T07:44:24+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-04-05T16:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=20faf8532b5ddeb636ba3078344b0cad058c8f8a'/>
<id>urn:sha1:20faf8532b5ddeb636ba3078344b0cad058c8f8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify or delete normalize directives that don't care about bit-width</title>
<updated>2024-12-27T01:42:07+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-12-25T07:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d997bc998e6522e86d04b210cef88e0e78b77ef6'/>
<id>urn:sha1:d997bc998e6522e86d04b210cef88e0e78b77ef6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize `const_refs_to_static`</title>
<updated>2024-09-26T11:21:15+00:00</updated>
<author>
<name>Ding Xiang Fei</name>
<email>dingxiangfei2009@protonmail.ch</email>
</author>
<published>2024-08-29T20:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1576a6d618a7584659be5d4d770324d5537c0d26'/>
<id>urn:sha1:1576a6d618a7584659be5d4d770324d5537c0d26</id>
<content type='text'>
update tests

fix bitwidth-sensitive stderr output

use build-fail for asm tests
</content>
</entry>
<entry>
<title>stabilize const_mut_refs</title>
<updated>2024-09-15T07:51:32+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-08-17T12:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3175cc2814dfa8a5201fdb165d67cc44300a77f4'/>
<id>urn:sha1:3175cc2814dfa8a5201fdb165d67cc44300a77f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>const_mut_refs: allow mutable refs to statics</title>
<updated>2024-02-17T09:19:17+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-02-11T13:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=340f8aac7e2da164134338986b46fb4a26fe185b'/>
<id>urn:sha1:340f8aac7e2da164134338986b46fb4a26fe185b</id>
<content type='text'>
</content>
</entry>
</feed>
