We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2fc97 commit 637bf91Copy full SHA for 637bf91
compiler/rustc_lint/src/passes.rs
@@ -92,7 +92,7 @@ macro_rules! expand_combined_late_lint_pass_methods {
92
/// Combines multiple lints passes into a single lint pass, at compile time,
93
/// for maximum speed. Each `check_foo` method in `$methods` within this pass
94
/// simply calls `check_foo` once per `$pass`. Compare with
95
-/// `LateLintPassObjects`, which is similar, but combines lint passes at
+/// `RuntimeCombinedLateLintPass`, which is similar, but combines lint passes at
96
/// runtime.
97
#[macro_export]
98
macro_rules! declare_combined_late_lint_pass {
0 commit comments