This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2025-07-01 00:45:17 +02:00
Code
Issues
Releases
Activity
Files
12d1971b0d458045f318927f1ce18bb6808a19c0
rustlings
/
tests
/
fixture
/
state
/
exercises
/
pending_test_exercise.rs
5 lines
39 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix tests
2024-04-25 03:27:41 +02:00
fn
main
(
)
{
}
fix(run): makes `run` never prompt `watch` and `verify` do prompt the user to actively move to the next exercise. This change fixes `run` to never prompt. Previously it was inconsistent between "test" and "compile" exercises. BREAKING CHANGE: we again change the behavior of the `run` command
2019-11-12 11:35:40 +01:00
#[
test
]
fn
it_works
(
)
{
}
Reference in New Issue
Copy Permalink