2023-07-02 07:35:19 -05:00
|
|
|
error: non-standard lint formulation
|
2024-02-27 08:25:18 -06:00
|
|
|
--> tests/ui-internal/check_formulation.rs:23:5
|
2023-07-02 07:35:19 -05:00
|
|
|
|
|
|
|
|
LL | /// Check for lint formulations that are correct
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2024-01-25 12:17:36 -06:00
|
|
|
= help: consider using `Checks for`
|
2023-07-02 07:35:19 -05:00
|
|
|
= note: `-D clippy::almost-standard-lint-formulation` implied by `-D warnings`
|
2023-09-12 11:13:53 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::almost_standard_lint_formulation)]`
|
2023-07-02 07:35:19 -05:00
|
|
|
|
|
|
|
error: non-standard lint formulation
|
2024-02-27 08:25:18 -06:00
|
|
|
--> tests/ui-internal/check_formulation.rs:33:5
|
2023-07-02 07:35:19 -05:00
|
|
|
|
|
|
|
|
LL | /// Detects uses of incorrect formulations
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2024-01-25 12:17:36 -06:00
|
|
|
= help: consider using `Checks for`
|
2023-07-02 07:35:19 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|