patch-src_tools_compiletest_src_main_rs 463 B

1234567891011121314
  1. $OpenBSD: patch-src_tools_compiletest_src_main_rs,v 1.1 2017/05/05 11:40:29 landry Exp $
  2. The feature is stable with 1.17.0. So when using local-rebuild, the testsuite
  3. is unable to compile.
  4. --- src/tools/compiletest/src/main.rs.orig Wed Apr 26 11:46:16 2017
  5. +++ src/tools/compiletest/src/main.rs Wed Apr 26 11:46:18 2017
  6. @@ -12,7 +12,6 @@
  7. #![feature(box_syntax)]
  8. #![feature(rustc_private)]
  9. -#![feature(static_in_const)]
  10. #![feature(test)]
  11. #![feature(libc)]