Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/entity/src/
H A Dprimary.rs200 ) -> Result<[&mut V; N], slice::GetDisjointMutError> { argument
585 Err(slice::GetDisjointMutError::OverlappingIndices) in get_many_mut()
589 Err(slice::GetDisjointMutError::IndexOutOfBounds) in get_many_mut()
/wasmtime-44.0.1/crates/environ/src/collections/
H A Dprimary_map.rs202 ) -> Result<[&mut V; N], core::slice::GetDisjointMutError> { argument
H A Dindex_map.rs670 ) -> Result<[(&K, &mut V); N], indexmap::GetDisjointMutError> { argument