From e798f98bb45f092ddb70fbfb476872809484de9e Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Wed, 15 Jan 2020 13:18:21 +0100 Subject: [PATCH] Fix debug build --- src/abi/comments.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abi/comments.rs b/src/abi/comments.rs index 2201c6482563..c704da21b712 100644 --- a/src/abi/comments.rs +++ b/src/abi/comments.rs @@ -11,7 +11,7 @@ pub fn add_args_header_comment(fx: &mut FunctionCx) { )); } -pub fn add_arg_comment<'tcx>( +pub(super) fn add_arg_comment<'tcx>( fx: &mut FunctionCx<'_, 'tcx, impl Backend>, kind: &str, local: Option,