]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-57924.stderr
Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb
[rust.git] / src / test / ui / issues / issue-57924.stderr
1 error[E0109]: type arguments are not allowed for this type
2   --> $DIR/issue-57924.rs:5:16
3    |
4 LL |         Self::<E>(e)
5    |                ^ type argument not allowed
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0109`.