<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/traits/next-solver, 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-08-14T15:06:18+00:00</updated>
<entry>
<title>Revert "Use DeepRejectCtxt in assemble_inherent_candidates_from_param"</title>
<updated>2025-08-14T15:06:18+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-08-14T14:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f85c80f9cb3c2e34904dd1d5ff80ed6f4cd6264'/>
<id>urn:sha1:2f85c80f9cb3c2e34904dd1d5ff80ed6f4cd6264</id>
<content type='text'>
This reverts commit ad59f0b6e6e5c45ea64064758a88e8521259bfcf.
</content>
</entry>
<entry>
<title>handle region dependent goals due to infer vars</title>
<updated>2025-07-30T12:01:37+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2025-07-25T12:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b6cbe33aeb526d6437304f4810762c947bddcd4a'/>
<id>urn:sha1:b6cbe33aeb526d6437304f4810762c947bddcd4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>uniquify root goals during HIR typeck</title>
<updated>2025-07-25T12:40:01+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2025-07-24T14:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0b323eacd4c4cf99d18bd75ad02b2139dd990297'/>
<id>urn:sha1:0b323eacd4c4cf99d18bd75ad02b2139dd990297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consider param-env for fast path</title>
<updated>2025-07-20T17:45:01+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-07-20T17:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e96d7a55304f8573b6dfeb5ccbdabdb407b89b9'/>
<id>urn:sha1:1e96d7a55304f8573b6dfeb5ccbdabdb407b89b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Symbol for Named LateParam/Bound variants</title>
<updated>2025-07-04T18:14:22+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-04-11T04:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=42c9bfd2b96f2e6cd0e4e6fab21c2d5499883089'/>
<id>urn:sha1:42c9bfd2b96f2e6cd0e4e6fab21c2d5499883089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove PointerLike trait</title>
<updated>2025-07-03T20:03:49+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-07-03T20:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2e3f5809b079214c145afe74b2317e2cae720a9'/>
<id>urn:sha1:e2e3f5809b079214c145afe74b2317e2cae720a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move lazy type alias checks to non-hir-wfck</title>
<updated>2025-06-30T08:45:43+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-06-04T11:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=632a921479783f474d16dea360a1b0a887ea02db'/>
<id>urn:sha1:632a921479783f474d16dea360a1b0a887ea02db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnr</title>
<updated>2025-06-27T13:04:52+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-06-27T13:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=80f20c98f3bb38afc2747dcbec5fc57f6ebbef61'/>
<id>urn:sha1:80f20c98f3bb38afc2747dcbec5fc57f6ebbef61</id>
<content type='text'>
add #![rustc_no_implicit_bounds]

Follow-up from rust-lang/rust#137944.

Adds a new `rustc_attrs` attribute that stops rustc from adding any default bounds. Useful for tests where default bounds just add noise and make debugging harder.

After reviewing all tests with `?Sized`, these tests seem like they could probably benefit from `#![rustc_no_implicit_bounds]`.

- Skipping most of `tests/ui/unsized` as these seem to want to test `?Sized`
- Skipping tests that used `Box&lt;T&gt;` because it's still bound by `T: MetaSized`
- Skipping parsing or other tests that cared about `?Sized` syntactically
- Skipping tests for `derive(CoercePointee)` because this appears to check that the pointee type is relaxed with `?Sized` explicitly

r? `@lcnr`
</content>
</entry>
<entry>
<title>tests: add #![rustc_no_implicit_bounds]</title>
<updated>2025-06-27T05:34:08+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-06-27T05:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fd13fddba59ab686d5a01c6ad182a5bc109fe00'/>
<id>urn:sha1:1fd13fddba59ab686d5a01c6ad182a5bc109fe00</id>
<content type='text'>
After reviewing all tests with `?Sized` and discussing with lcnr, these
tests seem like they could probably benefit from
`#![rustc_no_implicit_bounds]`.
</content>
</entry>
<entry>
<title>Make missing lifetime suggestion verbose</title>
<updated>2025-06-24T18:59:42+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-06-24T18:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=250b5d204f499c326699b0e2adf7d7757e55f16c'/>
<id>urn:sha1:250b5d204f499c326699b0e2adf7d7757e55f16c</id>
<content type='text'>
</content>
</entry>
</feed>
