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.
2 parents b15114f + 45e23b2 commit acfb046Copy full SHA for acfb046
src/lib.rs
@@ -208,7 +208,7 @@ impl CodegenBackend for GccCodegenBackend {
208
#[cfg(not(feature = "master"))]
209
{
210
let temp_dir = TempDir::new().expect("cannot create temporary directory");
211
- let temp_file = temp_dir.into_path().join("result.asm");
+ let temp_file = temp_dir.keep().join("result.asm");
212
let check_context = Context::default();
213
check_context.set_print_errors_to_stderr(false);
214
let _int128_ty = check_context.new_c_type(CType::UInt128t);
0 commit comments