Skip to content

Commit 3a93fe1

Browse files
committed
Message updates from review
1 parent f8ea9ca commit 3a93fe1

File tree

1 file changed

+4
-4
lines changed
  • crates/rust-analyzer/src/cli

1 file changed

+4
-4
lines changed

crates/rust-analyzer/src/cli/scip.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ Encountered duplicate scip symbols, indicating an internal rust-analyzer bug. Th
271271
included in the output, but this causes information lookup to be ambiguous and so information about
272272
these 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
282282
Duplicate symbols encountered:
283283
";

0 commit comments

Comments
 (0)