Searched refs:xs (Results 1 – 1 of 1) sorted by relevance
254 let xs: [u8; 3] = [1, 2, 3]; in test_rc_refcell() localVariable255 reader.borrow_mut().extend_from_slice(&xs[..]); in test_rc_refcell()291 let xs: [u8; 3] = [1, 2, 3]; in test_struct_rc_refcell() localVariable292 ref_struct.extend_from_slice(&xs); in test_struct_rc_refcell()