this function takes 1 parameter but 3 parameters were supplied: defined here
points to the wrong place.
#44638
Labels
rustc
output must have changed, and now every time I compile my code and call a method with a wrong number of arguments, Vim will jump to the definition of the function that is called incorrectly, and not the place where it is being called.It seems to me that the output of the compiler is wrong in the first place: the main error
file:line
message should point to the broken code, not the definition of the function that is called (which is useful, but secondary). Ideally, I'd likerust.vim
to be able to display both in the compilation error list, so I opened: rust-lang/rust.vim#174 there as well.The text was updated successfully, but these errors were encountered: