blob: be7e8583824a595697aec6ad3a8254d274c02fab [file] [log] [blame]
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