diff --git a/melior/src/helpers/arith.rs b/melior/src/helpers/arith.rs index b039c7ca75..fa680fc7c4 100644 --- a/melior/src/helpers/arith.rs +++ b/melior/src/helpers/arith.rs @@ -130,7 +130,7 @@ pub trait ArithBlockExt<'c>: BuiltinBlockExt<'c> { context: &'c Context, location: Location<'c>, value: T, - int_type: Type<'c>, + r#type: Type<'c>, ) -> Result, Error>; }