-
- Downloads
Bug 1493435 - Partially revert servo/servo#21746. r=ajeffrey
This reverts the relevant bits from #21746 so that style and dependencies can build with stable. This is important because: * `selectors` is a published crate. * Gecko compiles with stable (more or less). I reviewed that PR under the assumption that the union feature was stable, since untagged unions are stable since 1.19, but turns out that smallvec uses non-Copy types in unions, which are still unstable. This leaves the union feature used on Servo, so that it gets testing, taking advantage of features being additive. This cherry-picks servo/servo#21788.
Showing
- servo/components/fallible/Cargo.toml 1 addition, 1 deletionservo/components/fallible/Cargo.toml
- servo/components/malloc_size_of/Cargo.toml 1 addition, 1 deletionservo/components/malloc_size_of/Cargo.toml
- servo/components/selectors/Cargo.toml 1 addition, 1 deletionservo/components/selectors/Cargo.toml
- servo/components/style/Cargo.toml 1 addition, 1 deletionservo/components/style/Cargo.toml
Loading
Please register or sign in to comment