Skip to content

Commit fc85d9b

Browse files
committed
fix
1 parent 64895ee commit fc85d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/maps/plumbing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ impl<'a, 'tcx, Q: QueryDescription<'tcx>> JobOwner<'a, 'tcx, Q> {
217217
// Extract the diagnostic from the job
218218
let diagnostics = mem::replace(&mut *self.job.diagnostics.lock(), Vec::new());
219219

220-
Ok((r, diagnostics))
220+
(r, diagnostics)
221221
}
222222
}
223223

0 commit comments

Comments
 (0)