<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/resolve, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-31T16:25:49+00:00</updated>
<entry>
<title>comments</title>
<updated>2025-07-31T16:25:49+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-07-24T12:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4a5bf5a71bd0c3fb52a28f81d88ce1755b3bc30'/>
<id>urn:sha1:a4a5bf5a71bd0c3fb52a28f81d88ce1755b3bc30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add non-regression test for issue 144168</title>
<updated>2025-07-19T21:43:50+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2025-07-19T19:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8f77d5463a7e6906b7ac44ee235969a7758ef1ed'/>
<id>urn:sha1:8f77d5463a7e6906b7ac44ee235969a7758ef1ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #143177 - xizheyin:143134, r=lcnr</title>
<updated>2025-07-09T03:50:26+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>t.gross35@gmail.com</email>
</author>
<published>2025-07-09T03:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a71dbcd6790aa447e7c446def25ad2aa8b848c62'/>
<id>urn:sha1:a71dbcd6790aa447e7c446def25ad2aa8b848c62</id>
<content type='text'>
Remove false label when `self` resolve failure does not relate to macro

Fixes rust-lang/rust#143134

In the first commit, I did some code-clean, moving `suggest*` to `suggestions/` dir.
In the second, commit, I added ui test.
In the third, I change the code, and present the test result.

r? compiler
</content>
</entry>
<entry>
<title>Port `#[path]` to the new attribute parsing infrastructure</title>
<updated>2025-07-06T20:19:16+00:00</updated>
<author>
<name>Jonathan Brouwer</name>
<email>jonathantbrouwer@gmail.com</email>
</author>
<published>2025-07-06T20:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=244d64e60b94d9ffba58a2f4e38430378aa79037'/>
<id>urn:sha1:244d64e60b94d9ffba58a2f4e38430378aa79037</id>
<content type='text'>
Signed-off-by: Jonathan Brouwer &lt;jonathantbrouwer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rollup merge of #143202 - Kivooeo:tf18, r=tgross35</title>
<updated>2025-07-05T06:26:21+00:00</updated>
<author>
<name>Jubilee</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2025-07-05T06:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f10725218dbc9fabd1073ed3d29a0cbed17cfc00'/>
<id>urn:sha1:f10725218dbc9fabd1073ed3d29a0cbed17cfc00</id>
<content type='text'>
`tests/ui`: A New Order [18/N]

&gt; [!NOTE]
&gt;
&gt; Intermediate commits are intended to help review, but will be squashed prior to merge.

Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895.

r? `@tgross35`
</content>
</entry>
<entry>
<title>Return early when `self` resolve failure because of `let self = ...`</title>
<updated>2025-07-03T15:47:19+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-06-29T08:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=236b392904d234d9ec2968c55ae20132405a555d'/>
<id>urn:sha1:236b392904d234d9ec2968c55ae20132405a555d</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>Add ui test resolve/false-self-in-macro-issue-143134.rs</title>
<updated>2025-07-03T15:11:57+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-06-29T07:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=000f038e9999ebdbaf3167c42dadc3db872a5d3f'/>
<id>urn:sha1:000f038e9999ebdbaf3167c42dadc3db872a5d3f</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>move `tests/ui/resolve/suggest*` to `tests/ui/resolve/suggestions/`</title>
<updated>2025-07-03T15:11:57+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-06-29T07:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=25ab022f2951318e8ffdec2d8566c3a7d164e00d'/>
<id>urn:sha1:25ab022f2951318e8ffdec2d8566c3a7d164e00d</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>cleaned up some tests</title>
<updated>2025-07-01T10:29:29+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-29T16:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f12120d2bd237ffbf03c8de027513a8d0bc63616'/>
<id>urn:sha1:f12120d2bd237ffbf03c8de027513a8d0bc63616</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved test files</title>
<updated>2025-07-01T10:22:16+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-29T16:04:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ca9b43ea9f50d5e77dc0f8d4d62283017b3f1b0'/>
<id>urn:sha1:6ca9b43ea9f50d5e77dc0f8d4d62283017b3f1b0</id>
<content type='text'>
</content>
</entry>
</feed>
