<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc-ui/error-in-impl-trait/trait-alias-closure.rs, branch 1.56.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.56.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.56.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-07-27T15:33:02+00:00</updated>
<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>Fix async-std at the price of breaking half the test suite</title>
<updated>2020-08-04T01:26:54+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-08-04T01:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31fcda170a0671195b7a1506b09c5f655fc4d7e9'/>
<id>urn:sha1:31fcda170a0671195b7a1506b09c5f655fc4d7e9</id>
<content type='text'>
- Don't mark impl trait as an error
</content>
</entry>
<entry>
<title>Recurse into function bodies, but don't typeck closures</title>
<updated>2020-07-15T14:54:05+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-07-09T13:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a93bcc9a7b8e48865d3df59fc936a0553e4d1e37'/>
<id>urn:sha1:a93bcc9a7b8e48865d3df59fc936a0553e4d1e37</id>
<content type='text'>
Previously, rustdoc would issue a delay_span_bug ICE on the following code:

```rust
pub fn a() -&gt; impl Fn() -&gt; u32 {
    || content::doesnt::matter()
}
```

This wasn't picked up earlier because having `type Alias = impl Trait;`
in the same module caused _all closures_ to be typechecked, even if they
wouldn't normally. Additionally, if _any_ error was emitted, no
delay_span_bug would be emitted. So as part of this commit all of the
tests were separated out into different files.
</content>
</entry>
</feed>
