We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93adcee commit bf84f4aCopy full SHA for bf84f4a
src/ice.rs
@@ -116,8 +116,10 @@ impl ICE {
116
117
// HACK
118
// also log the ICE to disk here since its probably most convenient at this place in time/code
119
- let report: Report = self.clone().into_report(global_tempdir);
120
- report.to_disk();
+
+ // @FIXME this is disabled because its not tempdir'd properly leading to disk trashing
121
+ // let report: Report = self.clone().into_report(global_tempdir);
122
+ // report.to_disk();
123
124
format!(
125
"{kind}: {:?} {} '{flags}' '{}', '{}'",
0 commit comments