We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
non_null_convenience
1 parent ce609db commit e0f8202Copy full SHA for e0f8202
library/alloc/src/lib.rs
@@ -137,7 +137,6 @@
137
#![feature(maybe_uninit_slice)]
138
#![feature(maybe_uninit_uninit_array)]
139
#![feature(maybe_uninit_uninit_array_transpose)]
140
-#![feature(non_null_convenience)]
141
#![feature(panic_internals)]
142
#![feature(pattern)]
143
#![feature(ptr_internals)]
library/core/src/lib.rs
@@ -180,7 +180,6 @@
180
#![feature(isqrt)]
181
#![feature(link_cfg)]
182
183
184
#![feature(offset_of_enum)]
185
#![feature(offset_of_nested)]
186
0 commit comments