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 c723681 commit 4a1a017Copy full SHA for 4a1a017
source/compiler/qsc_eval/src/lib.rs
@@ -171,7 +171,9 @@ pub enum Error {
171
172
#[error("cannot compare measurement result from qubit loss")]
173
#[diagnostic(code("Qsc.Eval.ResultLossComparisonUnsupported"))]
174
- #[diagnostic(help("use of a measurement result from a qubit that was lost is not supported, use `CheckLoss` to check for loss instead"))]
+ #[diagnostic(help(
175
+ "use of a measurement result from a qubit that was lost is not supported, use `CheckLoss` to check for loss instead"
176
+ ))]
177
ResultLossComparisonUnsupported(#[label("cannot compare result from qubit loss")] PackageSpan),
178
179
#[error("name is not bound")]
0 commit comments