1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-12 03:51:08 +02:00
rustlings/tests/fixture/failure/info.toml

7 lines
107 B
TOML
Raw Normal View History

2019-03-20 22:05:45 +02:00
[[exercises]]
path = "compFailure.rs"
2019-03-20 22:05:45 +02:00
mode = "compile"
[[exercises]]
path = "testFailure.rs"
2019-03-20 22:05:45 +02:00
mode = "test"