]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-57924.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-57924.stderr
CommitLineData
923072b8 1error[E0109]: type arguments are not allowed on self constructor
48663c56
XL
2 --> $DIR/issue-57924.rs:5:16
3 |
4LL | Self::<E>(e)
923072b8
FG
5 | ---- ^ type argument not allowed
6 | |
7 | not allowed on self constructor
48663c56
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0109`.