We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For example: Compiling
fn main() { let z = (); let y = z[0]; }
results in
nubs/unboxed_vecs.rs:4:12: 4:15 error: cannot index a value of type `<V1>` nubs/unboxed_vecs.rs:4 let y = z[0];
I think this is because code is calling ty_to_str instead of fcx.infcx.ty_to_str.