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
When the cursor is on an the unsafe token of an unsafe block we should highlight all the unsafe operations within that unsafe block, similar to how we highlighting await points for asnyc blocks, loop control pointer for loops etc.
Activity
Veykril commentedon Mar 28, 2025
So we want a new branch here
rust-analyzer/crates/ide/src/highlight_related.rs
Lines 79 to 101 in 11c9c4d
rust-analyzer/crates/hir/src/semantics.rs
Line 1593 in 11c9c4d
gohome001 commentedon Mar 28, 2025
@rustbot claim