os-rust/src/test/ui/non-constant-expr-for-arr-len.stderr

10 lines
314 B
Text
Raw Normal View History

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"