Skip to content

Commit 8b22ed8

Browse files
committed
Add assert-dep-graph testing mechanism and tests
1 parent d48f48f commit 8b22ed8

11 files changed

+782
-0
lines changed

src/librustc_trans/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#![feature(const_fn)]
2828
#![feature(custom_attribute)]
2929
#![allow(unused_attributes)]
30+
#![feature(into_cow)]
3031
#![feature(iter_arith)]
3132
#![feature(libc)]
3233
#![feature(path_relative_from)]

0 commit comments

Comments
 (0)