I had a weird error message on the rust compiler when trying to compile something like this:
let Struct { name: "a".to_string() }
Here is a playground link that reproduces it better.
This gives out a weird expected ',' error, which wasn't at all what I was expecting. Certainly because of my sleepy state, but still weird.
I had a weird error message on the rust compiler when trying to compile something like this:
Here is a playground link that reproduces it better.
This gives out a weird
expected ','error, which wasn't at all what I was expecting. Certainly because of my sleepy state, but still weird.