Source location (line number) parsing for Rust doesn't work

For Rust, clicking on an error in the console output does not bring you to the correct line in the source file. You also go to the top of the file.

It also always jumps to the top of the file whenver you press play/test (I assume since it’s just jumping to the first warning/erorr, which it’s parsed wrong). This means I lose my spot in the file.

Weird. We’ll look into this too. Any Rust user knows if that even worked once? :smiley:

This is fixed!

1 Like