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,