diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-11-06 19:05:37 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-11-06 19:05:37 -0500 |
| commit | 31b392fe3a6961596a0bd4e1bb24c0da2a9b7b42 (patch) | |
| tree | e0e2967f7805c2626e9ed794a898861821524936 /ui/single/locals-cfg.stderr | |
| parent | 72e84cb297ef06d9496d18402bc8ea2d88cd1665 (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/locals-cfg.stderr')
| -rw-r--r-- | ui/single/locals-cfg.stderr | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/single/locals-cfg.stderr b/ui/single/locals-cfg.stderr index fc324f1..bb558fa 100644 --- a/ui/single/locals-cfg.stderr +++ b/ui/single/locals-cfg.stderr @@ -28,6 +28,10 @@ error[E0425]: cannot find value `FOO` in this scope 44 | FOO; | ^^^ not found in this scope -error: aborting due to 5 previous errors +error: duplicate lang item in crate `panic_halt`: `panic_impl`. + | + = note: first defined in crate `std`. -For more information about this error, try `rustc --explain E0425`. +error: duplicate lang item in crate `panic_semihosting`: `panic_impl`. + | + = note: first defined in crate `panic_halt`. |
