<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc/impl-trait-alias.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `@hastext` to `@hasraw` (same for `matches`)</title>
<updated>2022-08-13T04:37:13+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2022-08-10T20:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13d53273f81142cbea70e63730f0adc199723153'/>
<id>urn:sha1:13d53273f81142cbea70e63730f0adc199723153</id>
<content type='text'>
I think `@hasraw` is slightly clearer than `@hastext` since it is
actually matching against the raw HTML, not the text nodes.
</content>
</entry>
<entry>
<title>Update tests: arity-2 `@{has,matches}` -&gt; `...text`</title>
<updated>2022-08-13T04:36:50+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2022-08-10T20:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37eed1d1ff3f433b4d6af02e65f6550d10b568f8'/>
<id>urn:sha1:37eed1d1ff3f433b4d6af02e65f6550d10b568f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make all tests use type_alias_impl_trait feature instead of min</title>
<updated>2021-07-27T15:33:02+00:00</updated>
<author>
<name>Santiago Pastorino</name>
<email>spastorino@gmail.com</email>
</author>
<published>2021-07-26T20:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38bdd0e0198196b545aeb64f0305707de163a83a'/>
<id>urn:sha1:38bdd0e0198196b545aeb64f0305707de163a83a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour</title>
<updated>2021-03-15T17:32:43+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2021-03-12T10:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f7df1956a8c78652aedee67172d7d52f395d785'/>
<id>urn:sha1:1f7df1956a8c78652aedee67172d7d52f395d785</id>
<content type='text'>
This makes `type_alias_impl_trait` not actually do anything anymore
</content>
</entry>
<entry>
<title>Don't ICE on errors in function returning impl trait</title>
<updated>2020-07-15T14:54:05+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-07-03T22:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=768d6a4950d66f1a0e1e7793a984fb638494d1c5'/>
<id>urn:sha1:768d6a4950d66f1a0e1e7793a984fb638494d1c5</id>
<content type='text'>
Instead, report the error.

This emits the errors on-demand, without special-casing `impl Trait`, so
it should catch all ICEs of this kind, including ones that haven't been
found yet.

Since the error is emitted during type-checking there is less info about
the error; see comments in the code for details.

- Add test case for -&gt; impl Trait
- Add test for impl trait with alias
- Move EmitIgnoredResolutionErrors to rustdoc

This makes `fn typeck_item_bodies` public, which is not desired behavior.
That change should be removed once
https://github.com/rust-lang/rust/pull/74070 is merged.

- Don't visit nested closures twice
</content>
</entry>
</feed>
