Home
last modified time | relevance | path

Searched refs:named_args (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/log/tests/
Dmacros.rs56 fn named_args() { in named_args() function
/third_party/rust/crates/nom/
DCHANGELOG.md630 - @vmchale for new named_args versions
681 - `named_args` can now specify the input type as well
794 - @sdleffler for lifetime shenanigans on `named_args`
818 - `named_args!` now has lifetimes that cannot conflict with the lifetimes from other arguments
842 - @seppo0010 for fixing `named_args`
867 - `named_args!` now imports `IResult` directly
882 - @antoyo for adding `named_args!`
887 - `named_args!` creates a parser function that can accept other arguments along with the input