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
slint macro: Do not rely on the debug of Span to know if token are adjacent
We need to know if two Span are adjacent to distinguish between
`foo-bar` and `foo - bar` (one identifier, or a minus expression)
From Rust 1.88 it is possible to use the line and column information
from Span.
The eventual goal is also to address #685
unfortunately, rust-analyzer still do not implement these in their macro
server
0 commit comments