mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
5a866a772c
396: Fix the `panic` found whilst fuzzing r=matklad,me a=DJMcNab This occurred when a non-ascii character was used in an ascii escape, for example in the motivating example: `if'\xɿ`, which can be further simplified to `'\xɿ`. Co-authored-by: DJMcNab <36049421+djmcnab@users.noreply.github.com> |
||
---|---|---|
.. | ||
gen_lsp_server | ||
ra_analysis | ||
ra_cli | ||
ra_db | ||
ra_editor | ||
ra_hir | ||
ra_lsp_server | ||
ra_syntax | ||
ra_text_edit | ||
ra_vfs | ||
test_utils | ||
thread_worker | ||
tools |