Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00
Michael Goulet
c2cff68d84
Don't trim substitution if it's only whitespace
2022-09-12 22:08:30 +00:00
Michael Goulet
370c816a71
A SubstitutionPart is not a deletion if it replaces nothing with nothing
2022-09-12 22:08:30 +00:00
klensy
0ff8ae3111
diagnostics: fix trailing space
2022-06-16 14:40:28 +03:00
Esteban Küber
99f2977031
Modify structured suggestion output
...
* On suggestions that include deletions, use a diff inspired output format
* When suggesting addition, use `+` as underline
* Color highlight modified span
2021-08-11 09:46:24 +00:00
Mara Bos
40fb2e9705
Update reserved-prefixes test output.
2021-06-26 23:09:43 +08:00
lrh2000
8dee9bc8fc
Reserve prefixed identifiers and string literals (RFC 3101)
...
This commit denies any identifiers immediately followed by
one of three tokens `"`, `'` or `#`, which is stricter than
the requirements of RFC 3101 but may be necessary according
to the discussion at [Zulip].
[Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/268952-edition-2021/topic/reserved.20prefixes/near/238470099
2021-06-26 23:09:43 +08:00