mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Fix debug build
This commit is contained in:
+1
-1
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user