Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/kvec/
H A Derrors.rs43 IndexOutOfBounds(T), enumerator
51 InsertError::IndexOutOfBounds(_) => write!(f, "Index out of bounds"), in fmt()
/linux/rust/kernel/alloc/
H A Dkvec.rs402 return Err(InsertError::IndexOutOfBounds(element)); in insert_within_capacity()