error[E0015]: cannot call non-const operator in constant functions
--> <source>:2:5
|
2 | x[0] == x[1]
| ^^^^
|
= note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
= help: add `#![feature(const_trait_impl)]` to the crate attributes to enable