mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
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 |
||
|---|---|---|
| .. | ||
| exception-invalid.rs | ||
| exception-invalid.stderr | ||
| exception-systick-used.rs | ||
| exception-systick-used.stderr | ||
| extern-interrupt-not-enough.rs | ||
| extern-interrupt-not-enough.stderr | ||
| extern-interrupt-used.rs | ||
| extern-interrupt-used.stderr | ||
| locals-cfg.rs | ||
| locals-cfg.stderr | ||
| resources-cfg.rs | ||
| resources-cfg.stderr | ||
| task-priority-too-high.rs | ||
| task-priority-too-high.stderr | ||