Make TopTypeId an untagged union

This commit is contained in:
Anthony Ramine 2016-09-11 15:10:23 +02:00
parent 5f5266a3e5
commit c5ab84638d
2 changed files with 22 additions and 14 deletions

View file

@ -19,6 +19,7 @@
#![feature(stmt_expr_attributes)]
#![feature(try_borrow)]
#![feature(try_from)]
#![feature(untagged_unions)]
#![deny(unsafe_code)]
#![allow(non_snake_case)]