Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs249 if len == 0 && !self.derive_trait.can_derive_incomplete_array() in constrain_type()
534 fn can_derive_incomplete_array(&self) -> bool { in can_derive_incomplete_array() method