mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 16:33:30 +02:00
BREAKING CHANGE: This changes the way you use `rustlings run` by now requiring an abridged form of the previous filename, e.g: `rustlings run exercises/if/if1.rs` becomes `rustlings run if1`
10 lines
150 B
TOML
10 lines
150 B
TOML
[[exercises]]
|
|
name = "compFailure"
|
|
path = "compFailure.rs"
|
|
mode = "compile"
|
|
|
|
[[exercises]]
|
|
name = "testFailure"
|
|
path = "testFailure.rs"
|
|
mode = "test"
|