Querify clashing_extern_declarations lint.
This commit is contained in:
parent
ec5b882c2f
commit
817f45f7bf
6 changed files with 448 additions and 410 deletions
|
@ -850,6 +850,9 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
|
|||
rustc_lint::BuiltinCombinedLateLintPass::new()
|
||||
});
|
||||
});
|
||||
},
|
||||
{
|
||||
tcx.ensure().clashing_extern_declarations(());
|
||||
}
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue