Skip to content

Commit b4fad65

Browse files
committed
---
yaml --- r: 272108 b: refs/heads/master c: e9ec282 h: refs/heads/master
1 parent 9c5e952 commit b4fad65

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 82f43611551c2f44710dd949f6418eda8df93ca9
2+
refs/heads/master: e9ec282df8fb658cca1a0a3acb2cb6cf62fd1f84
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/librustc_incremental/persist/load.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ pub fn load_dep_graph_if_exists<'tcx>(tcx: &ty::TyCtxt<'tcx>, path: &Path) {
6969
match decode_dep_graph(tcx, Doc::new(&data)) {
7070
Ok(dirty) => dirty,
7171
Err(err) => {
72-
tcx.sess.bug(
73-
&format!("decoding error in dep-graph from `{}`: {}",
74-
path.display(), err));
72+
bug!("decoding error in dep-graph from `{}`: {}", path.display(), err);
7573
}
7674
}
7775
}

0 commit comments

Comments
 (0)