mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
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
This commit is contained in:
parent
72e84cb297
commit
31b392fe3a
12 changed files with 23 additions and 47 deletions
|
|
@ -67,7 +67,7 @@ features = ["exit"]
|
|||
version = "0.5.2"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dev-dependencies]
|
||||
compiletest_rs = "0.3.22"
|
||||
trybuild = "1"
|
||||
|
||||
[features]
|
||||
heterogeneous = ["cortex-m-rtfm-macros/heterogeneous", "microamp"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue