rust-analyzer
rust-analyzer copied to clipboard
Update to literal-escaper 0.0.4
Port of https://github.com/rust-lang/rust/pull/140999.
r? @hkBst
Failed to set assignee to hkBst: invalid assignee
Note: Only org members with at least the repository "read" role, users with write permissions, or people who have commented on the PR may be assigned.
Thanks, @lnicola, maybe next time I'll try it myself.
There is one semantic change, that you may want to be aware of, which is that instead of only preserving the last unescape error, now all unescape errors are collected in a Vec before being copied to the enclosing error Vec.