We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567f040 commit 93debaaCopy full SHA for 93debaa
src/libcore/lib.rs
@@ -72,6 +72,7 @@
72
#![feature(cfg_target_has_atomic)]
73
#![feature(concat_idents)]
74
#![feature(const_fn)]
75
+#![feature(convert_id)]
76
#![feature(custom_attribute)]
77
#![feature(fundamental)]
78
#![feature(i128_type)]
src/libstd/lib.rs
@@ -256,6 +256,7 @@
256
#![feature(collections_range)]
257
#![feature(compiler_builtins_lib)]
258
259
260
#![feature(core_float)]
261
#![feature(core_intrinsics)]
262
#![feature(dropck_eyepatch)]
0 commit comments