comma-related changes
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
e00eac8b9c
commit
b6f09a19b2
2 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
|
||||||
if is_illegal_instruction(&output.status) {
|
if is_illegal_instruction(&output.status) {
|
||||||
warn!(
|
warn!(
|
||||||
"looks like the linker hit an illegal instruction when we \
|
"looks like the linker hit an illegal instruction when we \
|
||||||
tried to call it, automatically retrying again."
|
tried to call it, automatically retrying again.",
|
||||||
?cmd, %out, status = %output.status,
|
?cmd, %out, status = %output.status,
|
||||||
);
|
);
|
||||||
continue;
|
continue;
|
||||||
|
|
|
@ -289,7 +289,7 @@ impl<'tcx> RustcPeekAt<'tcx> for MaybeMutBorrowedLocals<'_, 'tcx> {
|
||||||
flow_state: &BitSet<Local>,
|
flow_state: &BitSet<Local>,
|
||||||
call: PeekCall,
|
call: PeekCall,
|
||||||
) {
|
) {
|
||||||
info!(?place, "peek_at",);
|
info!(?place, "peek_at");
|
||||||
let local = if let Some(l) = place.as_local() {
|
let local = if let Some(l) = place.as_local() {
|
||||||
l
|
l
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue