File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
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
271
271
included in the output, but this causes information lookup to be ambiguous and so information about
272
272
these symbols presented by downstream tools may be incorrect.
273
273
274
- Known cases that can cause this:
274
+ Known rust-analyzer bugs that can cause this:
275
275
276
276
* 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.
278
278
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 .
281
281
282
282
Duplicate symbols encountered:
283
283
" ;
You can’t perform that action at this time.
0 commit comments