Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 07-May-2022 | - | ||||
README.md | H A D | 20-Jan-2022 | 312 | 8 | 6 | |
async.rs | H A D | 20-Jan-2022 | 110 | 8 | 3 | |
closure.rs | H A D | 20-Jan-2022 | 173 | 6 | 3 | |
const-generics.rs | H A D | 20-Jan-2022 | 501 | 24 | 14 | |
generic-argument.rs | H A D | 20-Jan-2022 | 118 | 8 | 4 | |
impl-keyword-closure.rs | H A D | 20-Jan-2022 | 160 | 7 | 4 | |
impl-keyword.rs | H A D | 20-Jan-2022 | 129 | 7 | 4 | |
realistic-async.rs | H A D | 20-Jan-2022 | 338 | 29 | 19 | |
trait-alias-closure.rs | H A D | 20-Jan-2022 | 249 | 11 | 6 | |
trait-alias.rs | H A D | 20-Jan-2022 | 225 | 11 | 6 |
README.md
1Each of these needs to be in a separate file, 2because the `delay_span_bug` ICE in rustdoc won't be triggerred 3if even a single other error was emitted. 4 5However, conceptually they are all testing basically the same thing. 6See https://github.com/rust-lang/rust/pull/73566#issuecomment-653689128 7for more details. 8