summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/negative-impl.rs
blob: da242d4f3dca4db56dda756f90d480698b33a33f (plain)
1
2
3
4
5
6
7
impl ! Display for JoinHandle { }

impl ! Box < JoinHandle > { }

impl ! std :: fmt :: Display for JoinHandle < T : std :: future :: Future + std :: marker :: Send + std :: marker :: Sync > { }

impl ! JoinHandle < T : std :: future :: Future < Output > + std :: marker :: Send + std :: marker :: Sync + 'static > + 'static { }