gccrs: Handle `async` functions in traits
[official-gcc.git] / gcc / testsuite / rust / compile / arrays1.rs
blob2db56676b0142e53849ee8e240691abd91a88cab
1 fn main() {
2     let xs: [i32; 5] = [1, 2, 3, 4, 5];
3     let a: bool = xs[0]; // { dg-error "mismatched types, expected .bool. but got .i32." }