X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_lint%2Fsrc%2Fpasses.rs;h=0bf01c4e567814f1f720de66362f310cf5c0f934;hb=ae15d1094a1185e965a3de1672c5159546af9863;hp=5558156a4b9ef040a07ff54271328b64f31e2ba4;hpb=b8d71fc41fe3476da0e4857294583eff271aa625;p=rust.git diff --git a/compiler/rustc_lint/src/passes.rs b/compiler/rustc_lint/src/passes.rs index 5558156a4b9..0bf01c4e567 100644 --- a/compiler/rustc_lint/src/passes.rs +++ b/compiler/rustc_lint/src/passes.rs @@ -171,6 +171,9 @@ macro_rules! early_lint_methods { /// Counterpart to `enter_lint_attrs`. fn exit_lint_attrs(a: &[ast::Attribute]); + + fn enter_where_predicate(a: &ast::WherePredicate); + fn exit_where_predicate(a: &ast::WherePredicate); ]); ) }