Find
C
ase-sensitive
R
egexp search
Path
Showing
72b8ba07
from
2026-06-11
:
Bug
2047018
- Add channel parent process tracking to message channels. r=coreycb
comm-central
/
third_party
/
rust
/
nom
/
src
/
combinator
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
mod.rs
General purpose combinators
22846
-
tests.rs
#[test] fn t1() { let v1:Vec<u8> = vec![1,2,3]; let v2:Vec<u8> = vec![4,5,6]; let d = Ok((&v1[..], &v2[..])); let res = d.flat_map(print); assert_eq!(res, Ok((&v2[..], ()))); }
6536
-