summaryrefslogtreecommitdiff
path: root/src/test/ui/issues/issue-22706.rs
blob: 413a0d9a4943a168e9897a3d887bbd1cc3e9b56e (plain)
1
2
3
fn is_copy<T: ::std::marker<i32>::Copy>() {}
//~^ ERROR type arguments are not allowed on this entity [E0109]
fn main() {}