about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source/negative-impl.rs
blob: e8f9508e6563faaea1f07aa93e8e6abf2aec6d7c (plain)
1
2
3
impl ! Display for JoinHandle { }

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