Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): remove
#![feature(untagged_unions)]
Unions with `impl Copy` and `ManuallyDrop` fields have been stabilized by [rust-lang/rust#77547][1] back in 2020, making enabling the feature already unnecessary for us. A few more field types have been added to the allowlist later by [rust-lang/rust#97995][2], which also removed the feature as there was no intent to stabilize more field types. [1]: rust-lang/rust#77547 [2]: rust-lang/rust#97995
- Loading branch information