rust/tests/ui/issues/issue-57924.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
343 B
Plaintext
Raw Normal View History

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