-
Notifications
You must be signed in to change notification settings - Fork 471
Function call ABI check ignores ZSTs #4993
Copy link
Copy link
Open
rust-lang/rust
#156085Labels
A-interpreterArea: affects the core interpreterArea: affects the core interpreterC-bugCategory: This is a bug.Category: This is a bug.I-misses-theoretical-UBImpact: Miri does not report UB when it should, but codegen also "misses" this UBImpact: Miri does not report UB when it should, but codegen also "misses" this UB
Metadata
Metadata
Assignees
Labels
A-interpreterArea: affects the core interpreterArea: affects the core interpreterC-bugCategory: This is a bug.Category: This is a bug.I-misses-theoretical-UBImpact: Miri does not report UB when it should, but codegen also "misses" this UBImpact: Miri does not report UB when it should, but codegen also "misses" this UB
Type
Fields
Give feedbackNo fields configured for issues without a type.
The following code has no UB according to Miri. This seems rather suspect.