diff options
| author | Michael Sloan <mgsloan@gmail.com> | 2024-12-27 18:12:55 -0700 |
|---|---|---|
| committer | Michael Sloan <mgsloan@gmail.com> | 2024-12-27 18:12:55 -0700 |
| commit | df993926757c94c2cf11179c15e7f17f47cac148 (patch) | |
| tree | a64aa1ac19eef3e461c8f8b68449e1c44367a385 | |
| parent | 77d5645692e6f77838c708c1a445d15147927098 (diff) | |
| download | rust-df993926757c94c2cf11179c15e7f17f47cac148.tar.gz rust-df993926757c94c2cf11179c15e7f17f47cac148.zip | |
Message updates from review
| -rw-r--r-- | src/tools/rust-analyzer/crates/rust-analyzer/src/cli/scip.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/scip.rs b/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/scip.rs index e096f3f5180..0c6acea2320 100644 --- a/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/scip.rs +++ b/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/scip.rs @@ -271,13 +271,13 @@ Encountered duplicate scip symbols, indicating an internal rust-analyzer bug. Th included in the output, but this causes information lookup to be ambiguous and so information about these symbols presented by downstream tools may be incorrect. -Known cases that can cause this: +Known rust-analyzer bugs that can cause this: * Definitions in crate example binaries which have the same symbol as definitions in the library - or some other example. + or some other example. - * When a struct/enum/const/static/impl is defined with a function, it erroneously appears to be - defined at the same level as the function. + * Struct/enum/const/static/impl definitions nested in a function do not mention the function name. + See #18771. Duplicate symbols encountered: "; |
