Skip to content

Commit 72e8690

Browse files
committed
Remove unused never_type feature.
1 parent 2e4e2a8 commit 72e8690

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_incremental/src

1 file changed

+0
-1
lines changed

compiler/rustc_incremental/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#![cfg_attr(not(bootstrap), doc(rust_logo))]
66
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
77
#![cfg_attr(not(bootstrap), allow(internal_features))]
8-
#![feature(never_type)]
98
#![recursion_limit = "256"]
109
#![deny(rustc::untranslatable_diagnostic)]
1110
#![deny(rustc::diagnostic_outside_of_impl)]

0 commit comments

Comments
 (0)