You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that every occurence of ellipsis (…) shifts the syntax tree by two places, rust-analyzer version:
rust-analyzer version: 0.3.2273-standalone (248bd51 2025-01-18) [/Users/ido/.vscode/extensions/rust-lang.rust-analyzer-0.3.2273-darwin-arm64/server/rust-analyzer]
It seems that every occurence of ellipsis (
…
) shifts the syntax tree by two places,rust-analyzer version:
rust-analyzer version: 0.3.2273-standalone (248bd51 2025-01-18) [/Users/ido/.vscode/extensions/rust-lang.rust-analyzer-0.3.2273-darwin-arm64/server/rust-analyzer]
rustc version:
rustc 1.83.0-nightly (9c01301c5 2024-09-05)
editor or extension: vscode, extension version: 0.3.2273
code snippet to reproduce:
The rust code below
results in the syntax tree below
Adding another elipsis:
Shifts by another two places
compared to the expected (if using
...
(3 dots) instead of…
(ellipsis)The text was updated successfully, but these errors were encountered: