Delete spurious commas.
This commit is contained in:
@@ -412,6 +412,6 @@ extern "C" {
|
|||||||
pub fn __chkstk();
|
pub fn __chkstk();
|
||||||
// ___chkstk (note the triple underscore) is implemented in compiler-builtins/src/x86_64.rs
|
// ___chkstk (note the triple underscore) is implemented in compiler-builtins/src/x86_64.rs
|
||||||
// by the Rust compiler for the MinGW target
|
// by the Rust compiler for the MinGW target
|
||||||
#[cfg(all(target_os = "windows", target_env = "gnu",))]
|
#[cfg(all(target_os = "windows", target_env = "gnu"))]
|
||||||
pub fn ___chkstk();
|
pub fn ___chkstk();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ where
|
|||||||
actual_regs.mark_used(*gpr);
|
actual_regs.mark_used(*gpr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert_eq!(actual_regs, ctx.block_state.regs,);
|
assert_eq!(actual_regs, ctx.block_state.regs);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user