Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dimpls.rs1674 let allowlist_names: &[&str] = &[ $($(stringify!($tys)),*)? ]; in test_impls() localVariable
1677 …d), "{} is not on allowlist for {}: {:?}", stringify!($ty), stringify!($fn_name), allowlist_names); in test_impls()