-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 46e9d2f
committed
Reduce mismatched-lifetime-syntaxes suggestions to MaybeIncorrect
`cargo fix` does not have a way of distinguishing a suggestion with
multiple spans which should all be applied from multiple suggestions
where only one should be applied (see issue 53934). `cargo fix` only
works with `MachineApplicable` suggestions, so downgrading the
applicability will stop `cargo` from suggesting the user run `cargo
fix`. rust-analyzer does work with `MaybeIncorrect`, so interactive
fixes are still available.1 parent 36b2163 commit 46e9d2f
1 file changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3261 | 3261 |
| |
3262 | 3262 |
| |
3263 | 3263 |
| |
3264 | - | ||
3264 | + | ||
3265 | 3265 |
| |
3266 | 3266 |
| |
3267 | 3267 |
| |
| |||
3276 | 3276 |
| |
3277 | 3277 |
| |
3278 | 3278 |
| |
3279 | - | ||
3279 | + | ||
3280 | 3280 |
| |
3281 | 3281 |
| |
3282 | 3282 |
| |
| |||
3291 | 3291 |
| |
3292 | 3292 |
| |
3293 | 3293 |
| |
3294 | - | ||
3294 | + | ||
3295 | 3295 |
| |
3296 | 3296 |
| |
3297 | 3297 |
| |
|
0 commit comments