We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
← All tracks
0 / 4
Orientation and the Gate
RustOne file, one function, and a `clippy -D warnings` gate that fails correct code. What the gate checks, how to read a rustc error, and why style violations are errors here.
This track is written for Rust, which isn't the mode you're browsing in.
0
/ 3 solved
· 3 articles
- 1. Not solved yet. One file, one function, one gate
- 2. Not solved yet. How to read a rustc error message
- 3. Not solved yet. Naming conventions and the style gate
- 4. What `clippy -D warnings` actually checks Read
- 5. Comments, doc comments, and how to read docs.rs Read
- 6. Rust for X programmers: which wall you are about to hit Read
Check yourself
4 questions · one attempt eachThese do not count toward finishing the track. They are here to catch the things that are easy to read past.
What does cargo check do that cargo build does not?
cargo check
cargo build
Question 1 of 4