Skip to content

Commit bde1f4d

Browse files
author
Vetle Rasmussen
committed
Add set_dcx to ParseSess
1 parent a5efa01 commit bde1f4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler/rustc_session/src/parse.rs

+4
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,8 @@ impl ParseSess {
340340
pub fn dcx(&self) -> DiagCtxtHandle<'_> {
341341
self.dcx.handle()
342342
}
343+
344+
pub fn set_dcx(&mut self, dcx: DiagCtxt) {
345+
self.dcx = dcx;
346+
}
343347
}

0 commit comments

Comments
 (0)