Closed
Description
Tracking issue for rust-lang/rfcs#1504.
cc @Amanieu
Blocking stabilization:
- Casting u128::MAX to f32 is undefined #41799 (Casting u128::MAX to f32 is undefined)
-
Interaction with FFI? (Tracking issue for 128-bit integer support (RFC 1504) #35118 (comment))- rustc: Flag {i,u}128 as unsafe for FFI #44261 -
separately feature gate- rustc: Separately feature gate repr(i128) #44262repr(i128)
- Implement i128 lowering for backends without stable i128 support #45676 (u/i)128 lowering for backends without native support
- lowering still does not work for emscripten even with the work around
- Enums with 128-bit discriminant:
repr128
feature
Metadata
Metadata
Assignees
Labels
Blocker: Approved by a merged RFC but not yet implemented.Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the language team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.