Replies: 1 comment
-
Some related discussion and issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I open a Rust file with the following contents:
and then add a bunch of newlines above the
println!
, the error diagnostic shifts fromx.baz
to earlier in the line:Notably, if I set
(setq flymake-no-changes-timeout 1000)
, then everything is fine until Iflymake-start
. It looks like something in the LSP <-> eglot <-> flymake chain is messing up the positions.Saving the file causes it to snap back to the right place.
Beta Was this translation helpful? Give feedback.
All reactions