]> git.lizzy.rs Git - rust.git/blob - tests/source/negative-impl.rs
Fix typos “an”→“a” and a few different ones that appeared in the same search
[rust.git] / tests / source / negative-impl.rs
1 impl ! Display for JoinHandle { }
2
3 impl ! Box < JoinHandle > { }
4
5 impl ! std :: fmt :: Display for JoinHandle < T : std :: future :: Future + std :: marker :: Send + std :: marker :: Sync > { }
6
7 impl ! JoinHandle < T : std :: future :: Future < Output > + std :: marker :: Send + std :: marker :: Sync + 'static > + 'static { }