Skip to content

Commit de49681

Browse files
committed
Warn about metadata loader errors
1 parent 7ee7207 commit de49681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_metadata/locator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ impl<'a> Context<'a> {
617617
}
618618
}
619619
Err(err) => {
620-
info!("no metadata found: {}", err);
620+
warn!("no metadata found: {}", err);
621621
continue;
622622
}
623623
};

0 commit comments

Comments
 (0)