From 31b392fe3a6961596a0bd4e1bb24c0da2a9b7b42 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 6 Nov 2019 19:05:37 -0500 Subject: CI: replace compiletest-rs with trybuild We use compiletest to run compile-fail tests but compiletest depends on compiler internals so it breaks every now and then and requires nightly. With trybuild we can also run compile-fail tests but it works on stable and it already has reached version 1.0 --- ui/single/resources-cfg.stderr | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/single/resources-cfg.stderr') diff --git a/ui/single/resources-cfg.stderr b/ui/single/resources-cfg.stderr index a745e6e..c47b95d 100644 --- a/ui/single/resources-cfg.stderr +++ b/ui/single/resources-cfg.stderr @@ -117,7 +117,3 @@ error[E0609]: no field `o5` on type `uart1Resources<'_>` | ^^ unknown field | = note: available fields are: `__marker__` - -error: aborting due to 15 previous errors - -For more information about this error, try `rustc --explain E0609`. -- cgit v1.2.3