]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-22706.stderr
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[rust.git] / src / test / ui / issues / issue-22706.stderr
1 error[E0109]: type arguments are not allowed for this type
2   --> $DIR/issue-22706.rs:1:29
3    |
4 LL | fn is_copy<T: ::std::marker<i32>::Copy>() {}
5    |                             ^^^ type argument not allowed
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0109`.