Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dmacros.rs1305 const X_SHRINK: [[u8; 2]; 3] = transmute!(#![allow(shrink)] ARRAY_OF_U8S); in test_transmute() constant
1306 assert_eq!(X_SHRINK, [[0u8, 1], [2, 3], [4, 5]]); in test_transmute()