The following code snippet triggers a ICE: ```rust #[target_feature(avx2)] const FOO: usize = 7; ``` `rustc 1.37.0 (eae3437df 2019-08-13) running on x86_64-unknown-linux-gnu` Bug was found on playground