]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/uninhabited-enum.rs
Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obk
[rust.git] / src / test / mir-opt / uninhabited-enum.rs
index 409be8587cf0fbed0f9eb4fb5a1868ae86a9910c..904a9c43c1bccc7487b2053c017ae88369f731e1 100644 (file)
@@ -1,3 +1,5 @@
+#![feature(never_type)]
+
 pub enum Void {}
 
 #[no_mangle]