1
Fork 0

Revert "Stabilize the never_type, written !."

This reverts commit 15c30ddd69.
This commit is contained in:
Niko Matsakis 2019-12-11 09:55:29 -05:00
parent 1719337d02
commit d286113024
19 changed files with 44 additions and 23 deletions

View file

@ -281,7 +281,7 @@
#![feature(maybe_uninit_ref)]
#![feature(maybe_uninit_slice)]
#![feature(needs_panic_runtime)]
#![cfg_attr(bootstrap, feature(never_type))]
#![feature(never_type)]
#![feature(nll)]
#![cfg_attr(bootstrap, feature(on_unimplemented))]
#![feature(optin_builtin_traits)]