]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/never_type/defaulted-never-note.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / never_type / defaulted-never-note.rs
index d3fb8a09414ce1351f8f347ffb626320ac82c4a1..1780cb6535d05c6fabbe23546d754def6f13015f 100644 (file)
@@ -1,6 +1,6 @@
-// We need to opt into the `!` feature in order to trigger the
-// requirement that this is testing.
-#![feature(never_type)]
+// We need to opt into the `never_type_fallback` feature
+// to trigger the requirement that this is testing.
+#![feature(never_type, never_type_fallback)]
 
 #![allow(unused)]