2024-02-19 release returns different newText for Implement missing members
compares before release
#16714
Labels
C-bug
Category: bug
rust-analyzer https://github.com/rust-lang/rust-analyzer/releases/tag/2024-02-19 release returns different or error newText for
Implement missing members
quickfix, different with 2024-02-12 and before releases.code snippet to reproduce:
std::fmt::Debug
errorImplement missing members
2024-02-19 release result (omit unnecessary text), the end text is
\\}\n
.2024-02-12 release, the end is
}\n
2024-02-19 release added
\\
, is this expected or something error? This made the client applied error text fannheyward/coc-rust-analyzer#1228The text was updated successfully, but these errors were encountered: