Skip to content

Commit c1484ce

Browse files
swernliminestarks
andauthored
Update lib.rs
Co-authored-by: Mine Starks <[email protected]>
1 parent b1b3873 commit c1484ce

File tree

1 file changed

+1
-1
lines changed
  • source/compiler/qsc_partial_eval/src

1 file changed

+1
-1
lines changed

source/compiler/qsc_partial_eval/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub enum Error {
9999
UnexpectedDynamicValue(#[label] PackageSpan),
100100

101101
#[error("cannot use a dynamic value of type `{0}` used in intrinsic callable signature")]
102-
#[diagnostic(code("Qsc.PartialEval.UnexpectedDynamicIntrsinicType"))]
102+
#[diagnostic(code("Qsc.PartialEval.UnexpectedDynamicIntrinsicType"))]
103103
UnexpectedDynamicIntrinsicType(String, #[label] PackageSpan),
104104

105105
#[error("partial evaluation failed with error: {0}")]

0 commit comments

Comments
 (0)