dianne
41e6f767b6
future-incompat lints: don't link to the nightly edition-guide version
2025-07-16 01:44:02 -07:00
Michael Goulet
c8649a31a8
Stop calling source_span query in significant drop order code
2025-04-06 21:55:06 +00:00
Michael Goulet
864cca80b0
Print out destructor
2025-02-26 19:03:29 +00:00
Michael Goulet
bad8e98c7d
Consider lvalues of field and index as possibly temporary places
2025-02-24 18:31:50 +00:00
Esteban Küber
f0845adb0c
Show diff suggestion format on verbose replacement
...
```
error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
--> $DIR/attempted-access-non-fatal.rs:7:15
|
LL | let _ = 2.l;
| ^
|
help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix
|
LL - let _ = 2.l;
LL + let _ = 2.0f64;
|
```
2025-02-10 20:21:39 +00:00
Eric Huss
3e80697972
Use links to edition guide for edition migrations
2024-12-15 20:28:16 -08:00
Ding Xiang Fei
2d61c0906a
reduce false positives on some common cases from if-let-rescope
2024-12-02 18:30:29 +08:00
Ding Xiang Fei
ed5443fcdf
apply suggestions
2024-09-30 22:21:45 +08:00
Ding Xiang Fei
6d1a25ad7e
preserve brackets around if-lets and skip while-lets
2024-09-30 04:21:10 +08:00
Ding Xiang Fei
b4b2b356d9
simplify the suggestion notes
2024-09-13 02:43:49 +08:00
Ding Xiang Fei
e2120a7c38
coalesce lint suggestions that can intersect
2024-09-11 04:10:03 +08:00
Ding Xiang Fei
f93df1f7dc
rescope temp lifetime in let-chain into IfElse
...
apply rules by span edition
2024-09-11 04:10:00 +08:00