2022-06-01 18:55:30 -05:00
|
|
|
error[E0109]: type arguments are not allowed on self constructor
|
2019-06-16 09:23:41 -05:00
|
|
|
--> $DIR/issue-57924.rs:5:16
|
|
|
|
|
|
|
|
|
LL | Self::<E>(e)
|
2022-06-01 18:55:30 -05:00
|
|
|
| ---- ^ type argument not allowed
|
|
|
|
| |
|
2022-06-19 19:54:19 -05:00
|
|
|
| not allowed on self constructor
|
2019-06-16 09:23:41 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0109`.
|