rust/tests
Jules Bertholet 5805040d28
Search span using *unnormalized* ident (#6073)
Fixes 6069

Calling `item.ident.as_str()` returns an NFC normalized ident, which
might not be what's written in the source code. To avoid panics when
calling `snippet_provider.span_after` use the ident from the source.
2024-02-14 14:40:55 -05:00
..
cargo-fmt Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-sync 2023-10-22 20:21:44 -05:00
config Prevent enum variant attributes from wrapping one character early 2024-01-08 10:06:25 -05:00
coverage
mod-resolver Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt 2023-01-24 14:16:03 -06:00
parser tests: add test for panic on new_parser_from_file 2020-11-02 18:31:51 -06:00
rustfmt Search span using *unnormalized* ident (#6073) 2024-02-14 14:40:55 -05:00
source wrap macro line with width off by one char beyond max width (#5582) 2024-01-28 19:07:30 -05:00
target Search span using *unnormalized* ident (#6073) 2024-02-14 14:40:55 -05:00
writemode Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00