No need to take ImplTraitContext by ref
This commit is contained in:
parent
d4f6f9ee6a
commit
cd21b1d036
8 changed files with 90 additions and 92 deletions
|
@ -205,7 +205,7 @@ impl<'a, 'hir> LoweringContext<'a, 'hir> {
|
|||
&sym.qself,
|
||||
&sym.path,
|
||||
ParamMode::Optional,
|
||||
&ImplTraitContext::Disallowed(ImplTraitPosition::Path),
|
||||
ImplTraitContext::Disallowed(ImplTraitPosition::Path),
|
||||
None,
|
||||
);
|
||||
hir::InlineAsmOperand::SymStatic { path, def_id }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue