Skip to content

Commit 1df1ef7

Browse files
committed
Add const_ptr_null feature
This seems to be required now, due to rust-lang/rust#43017
1 parent 4a15b0e commit 1df1ef7

File tree

1 file changed

+1
-0
lines changed
  • newlib/libc/sys/redox/src

1 file changed

+1
-0
lines changed

newlib/libc/sys/redox/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
alloc_system,
66
compiler_builtins_lib,
77
const_fn,
8+
const_ptr_null,
89
core_intrinsics,
910
drop_types_in_const,
1011
global_allocator,

0 commit comments

Comments
 (0)