rust/tests/ui/const-generics/issues/issue-67739.min.stderr

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

11 lines
319 B
Plaintext
Raw Normal View History

error: constant expression depends on a generic parameter
2020-11-17 04:44:21 -06:00
--> $DIR/issue-67739.rs:11:15
|
LL | [0u8; mem::size_of::<Self::Associated>()];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this may fail depending on what value the parameter takes
error: aborting due to previous error