#![allow(dead_code, deprecated, unused_variables, unused_mut)] fn main() { let a = [1, 2, 3]; assert_eq!(a.iter().nth_back(2), Some(& 1)); }