-
Notifications
You must be signed in to change notification settings - Fork 540
Open
Labels
A-const-evalArea: Const evaluationArea: Const evaluationA-undefined-behaviorArea: Undefined behaviorArea: Undefined behavior
Description
Some undefined behavior found during CTFE is now treated as an error as of rust-lang/rust#86194. I think https://github.com/rust-lang/reference/blob/master/src/const_eval.md should detail which errors are detected, but Ralf indicated in rust-lang/rust#86194 (comment) that they don't want to make any guarantees about which UB is detected. I can understand that, but it also leaves the language a little under specified. I'm not sure how to resolve that.
Metadata
Metadata
Assignees
Labels
A-const-evalArea: Const evaluationArea: Const evaluationA-undefined-behaviorArea: Undefined behaviorArea: Undefined behavior