We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e332ad9 commit a9b05b3Copy full SHA for a9b05b3
src/codegen.rs
@@ -4251,7 +4251,7 @@ impl<'ctx> Codegen<'ctx> {
4251
.unwrap();
4252
let file_ptr = self.extract_call_value(file_call).into_pointer_value();
4253
4254
- let null = self.context.ptr_type(AddressSpace::default()).const_null();
+ let _null = self.context.ptr_type(AddressSpace::default()).const_null();
4255
let is_null = self.builder.build_is_null(file_ptr, "is_null").unwrap();
4256
4257
let success_block = self
0 commit comments