rustc_hir_typeck: fix paths and partially mv files
This commit is contained in:
parent
f468a90bad
commit
fb3ab13a1c
39 changed files with 1232 additions and 1133 deletions
|
@ -582,7 +582,7 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o {
|
|||
assoc_bindings
|
||||
}
|
||||
|
||||
pub(crate) fn create_substs_for_associated_item(
|
||||
pub fn create_substs_for_associated_item(
|
||||
&self,
|
||||
span: Span,
|
||||
item_def_id: DefId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue