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.
fn main() { let arr = [1,2,3]/3; log(error, {a: arr, b: 42}); }
results in the output
rust: ([1, 2, 3]/3, 1)
which is clearly wrong.