We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b3873 commit c1484ceCopy full SHA for c1484ce
source/compiler/qsc_partial_eval/src/lib.rs
@@ -99,7 +99,7 @@ pub enum Error {
99
UnexpectedDynamicValue(#[label] PackageSpan),
100
101
#[error("cannot use a dynamic value of type `{0}` used in intrinsic callable signature")]
102
- #[diagnostic(code("Qsc.PartialEval.UnexpectedDynamicIntrsinicType"))]
+ #[diagnostic(code("Qsc.PartialEval.UnexpectedDynamicIntrinsicType"))]
103
UnexpectedDynamicIntrinsicType(String, #[label] PackageSpan),
104
105
#[error("partial evaluation failed with error: {0}")]
0 commit comments