16
[SOLVED] How do i fix expected operator
(lemmy.nz)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
fwiw if you do a
cargo buildyou should be able to see the error messages in the correct context. If I replicate line 25 in a little test project and runcargo buildI getIf I try this with a blank helix config I don't get any of the text output from
rust-analyzerat all, just the three dots indicating there's a problem there, so it's unlikely it's a bad design choice on helix's part.