Home
last modified time | relevance | path

Searched refs:add_return_error (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/nom/src/sequence/
Dmacros.rs592 add_return_error!( in add_err()
598 res: add_return_error!(ErrorKind::Eof, tag!("mnop")) >> in add_err()
/external/rust/crates/nom/src/combinator/
Dmacros.rs387 macro_rules! add_return_error ( macro
406 add_return_error!($i, $code, call!($f));
/external/rust/crates/nom/
DCHANGELOG.md185 - compilation issue in verbose-errors mode for `add_return_error`
231 - in `add_return_error`, the provided error code is now evaluated only once
531 *Warning*: there is a small breaking change, `add_error!` is renamed to `add_return_error!`. This w…
541 - `add_error!` has been renamed to `add_return_error!`
591 - `error!` and `add_error!` were replaced with `return_error!` and `add_return_error!` to fix the n…