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/extern-interrupt-used.stderr | 3 --- 1 file changed, 3 deletions(-) (limited to 'ui/single/extern-interrupt-used.stderr') diff --git a/ui/single/extern-interrupt-used.stderr b/ui/single/extern-interrupt-used.stderr index 2e084ca..fb0ff5b 100644 --- a/ui/single/extern-interrupt-used.stderr +++ b/ui/single/extern-interrupt-used.stderr @@ -3,6 +3,3 @@ error: `extern` interrupts can't be used as hardware tasks | 5 | #[task(binds = UART0)] | ^^^^^ - -error: aborting due to previous error - -- cgit v1.2.3