Fix debug build
This commit is contained in:
parent
217beab62a
commit
e798f98bb4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pub fn add_args_header_comment(fx: &mut FunctionCx<impl Backend>) {
|
|||
));
|
||||
}
|
||||
|
||||
pub fn add_arg_comment<'tcx>(
|
||||
pub(super) fn add_arg_comment<'tcx>(
|
||||
fx: &mut FunctionCx<'_, 'tcx, impl Backend>,
|
||||
kind: &str,
|
||||
local: Option<mir::Local>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue