]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-22706.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-22706.stderr
1 error[E0109]: type parameters are not allowed on this type
2   --> $DIR/issue-22706.rs:11:29
3    |
4 LL | fn is_copy<T: ::std::marker<i32>::Copy>() {}
5    |                             ^^^ type parameter not allowed
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0109`.