Skip to content

Commit ed2b81f

Browse files
authored
Update crates/noirc_frontend/src/hir/type_check/errors.rs
1 parent 57ce60e commit ed2b81f

File tree

1 file changed

+1
-1
lines changed
  • crates/noirc_frontend/src/hir/type_check

1 file changed

+1
-1
lines changed

crates/noirc_frontend/src/hir/type_check/errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub enum TypeCheckError {
7171
IntegerBitWidth { bit_width_x: u32, bit_width_y: u32, span: Span },
7272
#[error("{kind} cannot be used in an infix operation")]
7373
InvalidInfixOp { kind: &'static str, span: Span },
74-
#[error("{kind} cannot be used in an unary operation")]
74+
#[error("{kind} cannot be used in a unary operation")]
7575
InvalidUnaryOp { kind: String, span: Span },
7676
#[error("Bitwise operations are invalid on Field types. Try casting the operands to a sized integer type first.")]
7777
InvalidBitwiseOperationOnField { span: Span },

0 commit comments

Comments
 (0)