Rollup merge of #117871 - klensy:unused-pub, r=cjgillot
remove unused pub fns This removes some unused `pub fn`; also fixes few obsoleted fn names or added fixmes with reminders to update them.
This commit is contained in:
commit
9a59b059d5
15 changed files with 5 additions and 248 deletions
|
@ -330,7 +330,7 @@ fn equate_impl_headers<'tcx>(
|
|||
impl1.self_ty,
|
||||
impl2.self_ty,
|
||||
),
|
||||
_ => bug!("mk_eq_impl_headers given mismatched impl kinds"),
|
||||
_ => bug!("equate_impl_headers given mismatched impl kinds"),
|
||||
};
|
||||
|
||||
result.map(|infer_ok| infer_ok.obligations).ok()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue