Add warn(unreachable_pub)
to rustc_hir_analysis
.
This commit is contained in:
parent
bffa2244ed
commit
5acf4e7b4b
27 changed files with 155 additions and 145 deletions
|
@ -2071,7 +2071,7 @@ fn is_late_bound_map(
|
|||
}
|
||||
}
|
||||
|
||||
pub fn deny_non_region_late_bound(
|
||||
fn deny_non_region_late_bound(
|
||||
tcx: TyCtxt<'_>,
|
||||
bound_vars: &mut FxIndexMap<LocalDefId, ResolvedArg>,
|
||||
where_: &str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue