
fix Treat doctests as rust code #4170 by asukaminato0721 · Pull Request #21949 · rust-lang/rust-analyzer
fix #4170 I use this method: inject a function fn __ra_doctest_completion() { ...doctest lines... } So the completion works, then maintain a map between the real code and inject function....



