Querify clashing_extern_declarations lint.

This commit is contained in:
Camille GILLOT 2023-07-15 08:38:50 +00:00
parent ec5b882c2f
commit 817f45f7bf
6 changed files with 448 additions and 410 deletions

View file

@ -850,6 +850,9 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
rustc_lint::BuiltinCombinedLateLintPass::new()
});
});
},
{
tcx.ensure().clashing_extern_declarations(());
}
);
},