Pass &mut self to codegen_global_asm

This commit is contained in:
bjorn3
2024-12-12 20:16:58 +00:00
parent 94e95f389c
commit 421f22e8bf
8 changed files with 19 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ enum ExtremumOperation {
Min,
}
pub struct Builder<'a: 'gcc, 'gcc, 'tcx> {
pub struct Builder<'a, 'gcc, 'tcx> {
pub cx: &'a CodegenCx<'gcc, 'tcx>,
pub block: Block<'gcc>,
pub location: Option<Location<'gcc>>,