Remove some PropertyDeclaration cloning.

This commit is contained in:
Simon Sapin 2015-07-23 01:13:06 +02:00
parent d2bd070dc3
commit 06ba62b012
4 changed files with 63 additions and 48 deletions

View file

@ -10,6 +10,7 @@
#![feature(borrow_state)]
#![feature(box_raw)]
#![feature(box_syntax)]
#![feature(cell_extras)]
#![feature(core)]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]