summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-consts/associated-const-type-parameter-arrays-2.stderr
blob: 0bc019b2dc8751fa2c855c7d74ce3c026f67af13 (plain)
1
2
3
4
5
6
7
8
9
10
error: constant expression depends on a generic parameter
  --> $DIR/associated-const-type-parameter-arrays-2.rs:16:22
   |
LL |     let _array = [4; <A as Foo>::Y];
   |                      ^^^^^^^^^^^^^
   |
   = note: this may fail depending on what value the parameter takes

error: aborting due to previous error