Hoist style() and unstyle() into TNode.

This commit is contained in:
Bobby Holley 2016-01-12 13:15:37 -08:00
parent e977a6e69a
commit 77b1027646
3 changed files with 7 additions and 10 deletions

View file

@ -4,6 +4,7 @@
#![feature(box_syntax)]
#![feature(box_patterns)]
#![feature(cell_extras)]
#![feature(concat_idents)]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]