1#![allow(dead_code)] 2 3// Making sure that this feature is enabled in Rust 1.44 4#[cfg(feature = "rust_1_46")] 5fn assert_rust_1_46(){ 6 const _: () = if false {}; 7}