about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/negative-bounds.rs
blob: 9fcb86ef4a4294b637c41f940c9044c521513ff1 (plain)
1
2
3
4
5
fn negative()
where
    i32: !Copy,
{
}