-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Line 233 in 3f4e7df
| range: MaybeUninit::uninit().assume_init(), |
noundef. This will cause aborts in a couple Rust versions, when this pattern is compiled to ud2 (undefined instruction, abort instantly).
This is already being caught by running clippy locally, which I suggest is added to CI, under the clippy::uninit_assumed_init lint.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working