MCPcopy Create free account
hub / github.com/PLSysSec/wave / error_ambiguous_expression

Method error_ambiguous_expression

tools/fuzz-gen/src/specifications/preparser.rs:569–574  ·  view source on GitHub ↗
(&self, span: Span)

Source from the content-addressed store, hash-verified

567 syn::Error::new(span, "`==>` cannot be part of Rust expression")
568 }
569 fn error_ambiguous_expression(&self, span: Span) -> syn::Error {
570 syn::Error::new(
571 span,
572 "found `||` and `&&` in the same subexpression. \
573 Hint: add parentheses to clarify the evaluation order.")
574 }
575}

Callers 1

extract_assertionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected