<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/stability-attribute, branch 1.66.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.66.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.66.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-10-19T11:34:18+00:00</updated>
<entry>
<title>Allow #[unstable] impl for fn() -&gt; UnstableType.</title>
<updated>2022-10-19T11:34:18+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2022-10-19T11:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4f829b2e5053cef753e010fa89bcc01b164a306'/>
<id>urn:sha1:c4f829b2e5053cef753e010fa89bcc01b164a306</id>
<content type='text'>
(But not fn() -&gt; !, which is stable.)
</content>
</entry>
<entry>
<title>Add test for #[unstable] impl for fn() -&gt; !.</title>
<updated>2022-10-19T11:25:37+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2022-10-19T11:25:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5420fa388197ee61fc799ea22ea9bb820306dbb9'/>
<id>urn:sha1:5420fa388197ee61fc799ea22ea9bb820306dbb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test.</title>
<updated>2022-10-19T10:41:56+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2022-10-19T10:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a44a22d5f42d2e81a649d0a019c02f85a803b92f'/>
<id>urn:sha1:a44a22d5f42d2e81a649d0a019c02f85a803b92f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillot</title>
<updated>2022-10-15T04:27:15+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2022-10-15T04:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46244f335b5262ef9bdc34cc564b4dea221948f6'/>
<id>urn:sha1:46244f335b5262ef9bdc34cc564b4dea221948f6</id>
<content type='text'>
Correctly handle path stability for 'use tree' items

PR #95956 started checking the stability of path segments.
However, this was not applied to 'use tree' items
(e.g. 'use some::path::{ItemOne, ItemTwo}') due to the way
that we desugar these items in HIR lowering.

This PR modifies 'use tree' lowering to preserve resolution
information, which is needed by stability checking.
</content>
</entry>
<entry>
<title>bless ui tests</title>
<updated>2022-10-01T10:03:06+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-09-18T15:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa'/>
<id>urn:sha1:13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bless tests</title>
<updated>2022-09-16T03:48:43+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2022-08-28T06:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1bcc26a6b135fb934bf5f91d03d525f204323829'/>
<id>urn:sha1:1bcc26a6b135fb934bf5f91d03d525f204323829</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enum variant ctor inherits stability of variant</title>
<updated>2022-08-12T15:15:36+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-08-11T22:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b821ce6097812763fd6136a90b42f90a71364e76'/>
<id>urn:sha1:b821ce6097812763fd6136a90b42f90a71364e76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve error message for unstable default body</title>
<updated>2022-07-26T11:40:04+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-06-20T12:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e1d6fe84dd086a9075fcfe5fc63d81738c02f12'/>
<id>urn:sha1:1e1d6fe84dd086a9075fcfe5fc63d81738c02f12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for `#[rustc_default_body_unstable]`</title>
<updated>2022-07-26T11:38:10+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-04-27T15:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d65fa276f3f2a239805f8458e210fb92fcfdca24'/>
<id>urn:sha1:d65fa276f3f2a239805f8458e210fb92fcfdca24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>passes: check implied feature exists</title>
<updated>2022-07-20T14:50:59+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood@huawei.com</email>
</author>
<published>2022-07-20T13:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5872990d13abb088397e23b226439b1b4926b91'/>
<id>urn:sha1:e5872990d13abb088397e23b226439b1b4926b91</id>
<content type='text'>
Add a check confirming that features referenced in `implied_by` meta
items actually exist.

Signed-off-by: David Wood &lt;david.wood@huawei.com&gt;
</content>
</entry>
</feed>
