mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
add #![feature(convert_id)] to libstd + libcore
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
#![feature(cfg_target_has_atomic)]
|
||||
#![feature(concat_idents)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(convert_id)]
|
||||
#![feature(custom_attribute)]
|
||||
#![feature(fundamental)]
|
||||
#![feature(i128_type)]
|
||||
|
||||
@@ -256,6 +256,7 @@
|
||||
#![feature(collections_range)]
|
||||
#![feature(compiler_builtins_lib)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(convert_id)]
|
||||
#![feature(core_float)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(dropck_eyepatch)]
|
||||
|
||||
Reference in New Issue
Block a user