You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
antonilol opened this issue
May 5, 2023
· 3 comments
Labels
A-codegenArea: Code generationC-bugCategory: This is a bug.I-heavyIssue: Problems and improvements with respect to binary size of generated code.I-slowIssue: Problems and improvements with respect to performance of generated code.
rustbot
added
A-codegen
Area: Code generation
I-heavy
Issue: Problems and improvements with respect to binary size of generated code.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
labels
May 5, 2023
A-codegenArea: Code generationC-bugCategory: This is a bug.I-heavyIssue: Problems and improvements with respect to binary size of generated code.I-slowIssue: Problems and improvements with respect to performance of generated code.
I tried this code:
I expected to see this happen: a simple move
Instead, this happened: extra logic was added to check for
None
see https://godbolt.org/z/sozWosj88
this does not happen with
u32
and&Vec<u32>
: https://godbolt.org/z/crhePq97zMeta
godbolt's rustc version:
The text was updated successfully, but these errors were encountered: