Open
Description
This is the tracking issue for generated code which requires nightly to run:
Assembly -asm
- Tracking issue forasm
(inline assembly) rust-lang/rust#29722asm!
stabilized since 1.59.0- Intrinsics for atomic operations -
core_intrinsics
- Unlikely to ever be stabilized itself, no tracking issue Ptr to ptr offset calculation -ptr_wrapping_offset_from
- Tracking issue for ptr::offset_from (feature: ptr_offset_from) rust-lang/rust#41079wrapping_offset_from
removed andoffset_from
added in 1.47.0, still const unstable.- Labels for breaks in relooper -
label_break_value
- Tracking issue for RFC 2046, label-break-value rust-lang/rust#48594 - Opaque extern types -
extern_types
- Tracking issue for RFC 1861: Extern types rust-lang/rust#43467 - Thread Local variables -
thread_local
- Tracking issue forthread_local
stabilization rust-lang/rust#29594 Cast const ptr to usize -const_raw_ptr_to_usize_cast
- [tracking issue] raw ptr to usize cast inside constants rust-lang/rust#51910const_raw_ptr_to_usize_cast
removed, no longer needed either, and impossible in C as wellCast const slice to pointer --const_slice_as_ptr
[].as_ptr()
const since 1.32.0- C-compatible variadic functions -
c_variadics
- Tracking issue for RFC 2137: Support defining C-compatible variadic functions in Rust rust-lang/rust#44930 Libc types -- Now generatinglibc
Cargo.toml
files which use thelibc
crate
Metadata
Metadata
Assignees
Labels
No labels