Skip to content
← All tracks

Orientation and the Gate

Rust

One 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. 1. Not solved yet. One file, one function, one gate
  2. 2. Not solved yet. How to read a rustc error message
  3. 3. Not solved yet. Naming conventions and the style gate
  4. 4. What `clippy -D warnings` actually checks Read
  5. 5. Comments, doc comments, and how to read docs.rs Read
  6. 6. Rust for X programmers: which wall you are about to hit Read

Check yourself

4 questions · one attempt each

These do not count toward finishing the track. They are here to catch the things that are easy to read past.

0 / 4

What does cargo check do that cargo build does not?

cargo check
cargo build
Question 1 of 4