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

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