From 996c296de8e9032d1654ca4d2dfd2040a436b987 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 31 Dec 2017 14:48:56 -0800 Subject: [PATCH] Disable incremental for tests Seems buggy? --- crates/test-support/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/test-support/src/lib.rs b/crates/test-support/src/lib.rs index ce6514a6..c8b21457 100644 --- a/crates/test-support/src/lib.rs +++ b/crates/test-support/src/lib.rs @@ -46,6 +46,7 @@ pub fn project() -> Project { [profile.dev] opt-level = 2 # TODO: decrease when upstream is not buggy + incremental = false "#, IDX.with(|x| *x), dir.display())), ("Cargo.lock".to_string(), lockfile),