]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/negative-impl.rs
Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk
[rust.git] / src / tools / rustfmt / 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 { }