1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00
RIOT/tests/rust_minimal
chrysn 6724884b93 makefiles/rust: Remove CARGO_CHANNEL special casing
Back when specific control of the Rust version used with RIOT was
needed, CARGO_CHANNEL was added to explicitly set the Rust version with
consideration for CI special cases.

Rust's mechansims of selecting a toolchain can be used instead now.
2024-01-31 12:25:09 +01:00
..
2021-12-16 13:29:30 +01:00
2024-01-27 09:41:26 +01:00
2022-10-04 00:28:46 +02:00

Test description

This test ensures that code produced through Rust can actually run; it does that by simply printing "SUCCESS".