rust/tests/ui/consts/const-eval/index_out_of_bounds.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
321 B
Plaintext
Raw Normal View History

2018-06-05 19:08:43 +00:00
error[E0080]: could not evaluate static initializer
2018-12-25 15:56:47 +00:00
--> $DIR/index_out_of_bounds.rs:1:19
|
LL | static FOO: i32 = [][0];
| ^^^^^ index out of bounds: the length is 0 but the index is 0
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.