mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Make TopTypeId an untagged union
This commit is contained in:
parent
5f5266a3e5
commit
c5ab84638d
2 changed files with 22 additions and 14 deletions
|
@ -19,6 +19,7 @@
|
|||
#![feature(stmt_expr_attributes)]
|
||||
#![feature(try_borrow)]
|
||||
#![feature(try_from)]
|
||||
#![feature(untagged_unions)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![allow(non_snake_case)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue