you are viewing a single comment's thread
view the rest of the comments
[–] 61 points 2 years ago (2 children)

Meanwhile Rust: you might get an error at line 45 word 3 because it assumes variable foo is an int32 but it could be (whatever else idk), let's not compile this before you correct this by changing line 43 in this specific way. Here's the before and after code snippets so you can just copy-paste the fix.

  • source
  • hideshow 4 child comments
  • [–] 36 points 2 years ago (1 child)

    Man I fucking love the Rust compiler. Easily the most understandable and useful error messages I've ever seen.

  • source
  • parent
  • hideshow 2 child comments