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 e4248fe commit 39a8442Copy full SHA for 39a8442
1 file changed
library/std/src/lib.rs
@@ -279,6 +279,7 @@
279
#![feature(portable_simd)]
280
#![feature(ptr_as_uninit)]
281
#![feature(raw_os_nonzero)]
282
+#![feature(slice_internals)]
283
#![feature(slice_ptr_get)]
284
#![feature(std_internals)]
285
#![feature(str_internals)]
@@ -327,6 +328,7 @@
327
328
#![feature(const_ip)]
329
#![feature(const_ipv4)]
330
#![feature(const_ipv6)]
331
+#![feature(const_option)]
332
#![feature(const_socketaddr)]
333
#![feature(thread_local_internals)]
334
//
0 commit comments