Verifier results are always void.
No need for a type parameter.
This commit is contained in:
@@ -52,7 +52,7 @@ impl Context {
|
||||
///
|
||||
/// The `TargetIsa` argument is currently unused, but the verifier will soon be able to also
|
||||
/// check ISA-dependent constraints.
|
||||
pub fn verify<'a, ISA: Into<Option<&'a TargetIsa>>>(&self, _isa: ISA) -> verifier::Result<()> {
|
||||
pub fn verify<'a, ISA: Into<Option<&'a TargetIsa>>>(&self, _isa: ISA) -> verifier::Result {
|
||||
verifier::verify_context(self)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user