Skip to content

Commit

Permalink
Update frontend/exporter/src/constant_utils.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nadrieril <[email protected]>
  • Loading branch information
R1kM and Nadrieril authored Sep 6, 2024
1 parent 0055947 commit 2fe4fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/exporter/src/constant_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ mod rustc {
let scalar_int = scalar.try_to_scalar_int().unwrap_or_else(|_| {
fatal!(
s[span],
"Type is primitive, but the scalar {:#?} is not a [Float]",
"Type is [Float], but the scalar {:#?} is not a number",
scalar
)
});
Expand Down

0 comments on commit 2fe4fc4

Please sign in to comment.