summaryrefslogtreecommitdiffstats
path: root/src/test/ui/const-generics/issues/issue-67739.min.stderr
blob: dcbe5b94a6281dfc3d70c297b8bb235e45fb0b00 (plain)
1
2
3
4
5
6
7
8
9
10
error: constant expression depends on a generic parameter
  --> $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