Searched refs:X_SHRINK (Results 1 – 1 of 1) sorted by relevance
1305 const X_SHRINK: [[u8; 2]; 3] = transmute!(#![allow(shrink)] ARRAY_OF_U8S); in test_transmute() constant1306 assert_eq!(X_SHRINK, [[0u8, 1], [2, 3], [4, 5]]); in test_transmute()