Home
last modified time | relevance | path

Searched refs:items (Results 1 – 4 of 4) sorted by relevance

/rust-libc-0.2.174/libc-test/test/style/
H A Dmod.rs215 ExprCfgElse::Block(items) => { in visit_expr_cfg_if()
216 for item in items { in visit_expr_cfg_if()
462 let mut items = Vec::new(); in parse() localVariable
464 items.push(content.parse()?); in parse()
466 else_branch = Some(Box::new(ExprCfgElse::Block(items))); in parse()
/rust-libc-0.2.174/
H A DCONTRIBUTING.md50 `#[cfg]` attributes in order to easily be able to add new items which apply to
101 items, changing the type signature, etc. And we probably should follow that
H A DREADME.md11 the crate root, so all items are accessible as `libc::foo`. The types and values
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml197 # FIXME: It seems some items in `src/unix/mod.rs`