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.
This code
fn main() { let arr = [1,2,3]/3; let arr2 = arr; log(error, arr); log(error, arr2); }
will cause an llvm assertion to be tripped.