aboutsummaryrefslogtreecommitdiff
path: root/ui/single/resources-cfg.stderr
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-11-06 19:05:37 -0500
committerJorge Aparicio <jorge@japaric.io>2019-11-06 19:05:37 -0500
commit31b392fe3a6961596a0bd4e1bb24c0da2a9b7b42 (patch)
treee0e2967f7805c2626e9ed794a898861821524936 /ui/single/resources-cfg.stderr
parent72e84cb297ef06d9496d18402bc8ea2d88cd1665 (diff)
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
Diffstat (limited to 'ui/single/resources-cfg.stderr')
-rw-r--r--ui/single/resources-cfg.stderr4
1 files changed, 0 insertions, 4 deletions
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`.