2023-07-02 07:35:19 -05:00
|
|
|
error: non-standard lint formulation
|
2024-02-17 06:16:29 -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-18 11:17:53 -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-07 14:43:06 -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-17 06:16:29 -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-18 11:17:53 -06:00
|
|
|
= help: consider using `Checks for`
|
2023-07-02 07:35:19 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|