2017-12-10 22:47:55 +03:00
|
|
|
error[E0435]: attempt to use a non-constant value in a constant
|
|
|
|
--> $DIR/non-constant-expr-for-arr-len.rs:15:22
|
|
|
|
|
|
|
|
|
15 | let _x = [0; n];
|
|
|
|
| ^ non-constant value
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 21:40:25 +01:00
|
|
|
If you want more information on this error, try using "rustc --explain E0435"
|