1
Fork 0

Fix debug build

This commit is contained in:
bjorn3 2020-01-15 13:18:21 +01:00
parent 217beab62a
commit e798f98bb4

View file

@ -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>,