]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-22706.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-22706.stderr
CommitLineData
923072b8 1error[E0109]: type arguments are not allowed on module `marker`
0731742a 2 --> $DIR/issue-22706.rs:1:29
8faf50e0
XL
3 |
4LL | fn is_copy<T: ::std::marker<i32>::Copy>() {}
923072b8
FG
5 | ------ ^^^ type argument not allowed
6 | |
7 | not allowed on module `marker`
8faf50e0
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0109`.