<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/consts/const-eval/format.stderr, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-06-22T08:58:25+00:00</updated>
<entry>
<title>Implement DesugaringKind::FormatLiteral</title>
<updated>2025-06-22T08:58:25+00:00</updated>
<author>
<name>mejrs</name>
<email>59372212+mejrs@users.noreply.github.com</email>
</author>
<published>2025-06-16T15:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1d18129d199c095372c39f75a5c3fb31ea166c2'/>
<id>urn:sha1:b1d18129d199c095372c39f75a5c3fb31ea166c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up "const" situation in format_args!().</title>
<updated>2025-05-01T09:55:23+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2025-05-01T09:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=36c6633b0fb422e35f78de6fb9f0df77d1f4ba23'/>
<id>urn:sha1:36c6633b0fb422e35f78de6fb9f0df77d1f4ba23</id>
<content type='text'>
Rather than marking the Argument::new_display etc. functions as
non-const, this marks the Arguments::new_v1 functions as non-const.
</content>
</entry>
<entry>
<title>Add test for format_args!("{}", 0) in const.</title>
<updated>2025-04-30T11:18:21+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2025-04-30T11:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56426db0b634fcd8d7e5842f39593651a594e602'/>
<id>urn:sha1:56426db0b634fcd8d7e5842f39593651a594e602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not suggest using `-Zmacro-backtrace` for builtin macros</title>
<updated>2025-03-14T19:50:03+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2025-03-11T23:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f0b8e13b59a68d63cf7083be5cd6dcca3abf18ff'/>
<id>urn:sha1:f0b8e13b59a68d63cf7083be5cd6dcca3abf18ff</id>
<content type='text'>
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
</content>
</entry>
<entry>
<title>[generic_assert] Constify methods used by the formatting system</title>
<updated>2025-01-05T23:49:04+00:00</updated>
<author>
<name>Caio</name>
<email>c410.f3r@gmail.com</email>
</author>
<published>2025-01-05T23:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db17be84fe7902e663ad78d3bc419b3f32717c52'/>
<id>urn:sha1:db17be84fe7902e663ad78d3bc419b3f32717c52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note def descr in NonConstFunctionCall</title>
<updated>2024-12-23T22:15:32+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-12-23T21:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=92f93f6d1127cd8f2438474ebe4620231f5d5473'/>
<id>urn:sha1:92f93f6d1127cd8f2438474ebe4620231f5d5473</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the checks for Arguments constructors to inline const</title>
<updated>2024-05-25T01:09:15+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2024-05-24T20:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9763222f592dad3e3fdda987491da3878f1c1410'/>
<id>urn:sha1:9763222f592dad3e3fdda987491da3878f1c1410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suppress "erroneous constant used" for constants tainted by errors</title>
<updated>2023-05-15T00:00:00+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2023-05-15T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67f455afe1496a46171099b711bf067d7095395b'/>
<id>urn:sha1:67f455afe1496a46171099b711bf067d7095395b</id>
<content type='text'>
When constant evaluation fails because its MIR is tainted by errors,
suppress note indicating that erroneous constant was used, since those
errors have to be fixed regardless of the constant being used or not.
</content>
</entry>
<entry>
<title>Bless UI tests.</title>
<updated>2023-03-27T12:56:59+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2023-03-27T12:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f395f1effa518708b6b6e30429ba799cf4ba6f6'/>
<id>urn:sha1:7f395f1effa518708b6b6e30429ba799cf4ba6f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't allow new const panic through format flattening.</title>
<updated>2023-03-16T10:21:50+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2023-02-01T16:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f2f6bcc4998c6f2a2e044bac428a7ca16028c148'/>
<id>urn:sha1:f2f6bcc4998c6f2a2e044bac428a7ca16028c148</id>
<content type='text'>
panic!("a {}", "b") is still not allowed in const,
even if the hir flattens to panic!("a b").
</content>
</entry>
</feed>
