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 f8a7490 commit bc852c6Copy full SHA for bc852c6
hugr-core/src/hugr/validate.rs
@@ -709,6 +709,7 @@ pub enum ValidationError<N: HugrNode> {
709
#[error(transparent)]
710
InterGraphEdgeError(#[from] InterGraphEdgeError<N>),
711
/// There are errors in the extension deltas.
712
+ #[deprecated(note = "Never returned since hugr-core-v0.20.0")]
713
714
ExtensionError(#[from] ExtensionError),
715
/// A node claims to still be awaiting extension inference. Perhaps it is not acted upon by inference.
0 commit comments