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
Looks like extract_expressions_from_format_string is using snippet stuff but not insert_snippet or replace_snippet, so I didn't catch it as part of the assists to migrate to the structured snippet API.
It also looks like parse_format_exprs is the one escaping the \:
rust-analyzer version: rust-analyzer version: 0.3.1860-standalone
rustc version: rustc 1.76.0 (07dca489a 2024-02-04)
code snippet to reproduce:
Add the following test in
rust-analyzer/crates/ide-assists/src/handlers/extract_expressions_from_format_string.rs
fails and instead produces
The text was updated successfully, but these errors were encountered: