summary refs log tree commit diff
path: root/src/test/ui/issues/issue-22706.rs
blob: 28e8a722804813c00159db59a68ef5fe4ab9bb4b (plain)
1
2
3
fn is_copy<T: ::std::marker<i32>::Copy>() {}
//~^ ERROR type arguments are not allowed for this type [E0109]
fn main() {}