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 bc2d429 commit e89d136Copy full SHA for e89d136
src/errors.rs
@@ -8,7 +8,7 @@
8
//! - Mismatched parameter lengths (e.g., during batch verification),
9
//! - Access to unassigned group variables in constraint systems.
10
11
-use alloc::string::String;
+use alloc::string::{String, ToString};
12
13
// Publicly export the unassigned variable errors from this module.
14
pub use crate::linear_relation::collections::{UnassignedGroupVarError, UnassignedScalarVarError};
0 commit comments