File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/tools/rust-analyzer/crates/rust-analyzer/src/cli Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -271,13 +271,13 @@ Encountered duplicate scip symbols, indicating an internal rust-analyzer bug. Th
271271included in the output, but this causes information lookup to be ambiguous and so information about
272272these symbols presented by downstream tools may be incorrect.
273273
274- Known cases that can cause this:
274+ Known rust-analyzer bugs that can cause this:
275275
276276 * Definitions in crate example binaries which have the same symbol as definitions in the library
277- or some other example.
277+ or some other example.
278278
279- * When a struct /enum/const/static/impl is defined with a function, it erroneously appears to be
280- defined at the same level as the function .
279+ * Struct /enum/const/static/impl definitions nested in a function do not mention the function name.
280+ See #18771 .
281281
282282Duplicate symbols encountered:
283283" ;
You can’t perform that action at this time.
0 commit comments