<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/macros/missing-writer.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-05-24T21:31:07+00:00</updated>
<entry>
<title>Avoid extra path trimming in method not found error</title>
<updated>2025-05-24T21:31:07+00:00</updated>
<author>
<name>Noratrieb</name>
<email>48135649+Noratrieb@users.noreply.github.com</email>
</author>
<published>2025-05-24T18:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=01503d0c1e43a23de92ad1577cbdceb7afe47dab'/>
<id>urn:sha1:01503d0c1e43a23de92ad1577cbdceb7afe47dab</id>
<content type='text'>
Method errors have an extra check that force trim paths whenever the
normal string is longer than 10 characters, which can be quite unhelpful
when multiple items have the same name (for example an `Error`).

A user reported this force trimming as being quite unhelpful when they
had a method error where the precise path of the `Error` mattered.

The code uses `tcx.short_string` already to get the normal path, which
tries to be clever around trimming paths if necessary, so there is no
reason for this extra force trimming.
</content>
</entry>
<entry>
<title>check for write macro and write_fmt with err msg</title>
<updated>2023-03-28T01:01:23+00:00</updated>
<author>
<name>James Dietz</name>
<email>jamesthespeedy@gmail.com</email>
</author>
<published>2023-03-14T22:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff88787ff0238ed5b5d70317e93b95b32bbde4c9'/>
<id>urn:sha1:ff88787ff0238ed5b5d70317e93b95b32bbde4c9</id>
<content type='text'>
added ui test
blessed stderrs
fixed typo
reblessed
</content>
</entry>
</feed>
