File: disable-compile-fail

package info (click to toggle)
rust-salsa 0.23.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,424 kB
  • sloc: sh: 12; makefile: 2; javascript: 1
file content (17 lines) | stat: -rw-r--r-- 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: salsa/Cargo.toml
===================================================================
--- salsa.orig/Cargo.toml
+++ salsa/Cargo.toml
@@ -96,9 +96,9 @@ path = "tests/backtrace.rs"
 name = "check_auto_traits"
 path = "tests/check_auto_traits.rs"
 
-[[test]]
-name = "compile_fail"
-path = "tests/compile_fail.rs"
+#[[test]]
+#name = "compile_fail"
+#path = "tests/compile_fail.rs"
 
 [[test]]
 name = "cycle"