### Problem (Possible alternative title: Cargo Test does not run examples as tests when commanded) [(Relevant confusion in reddit thread here)](https://www.reddit.com/r/rust/comments/101ifyi/can_i_have_cargo_test_double_check_that_none_of/) When read literally, [line 140](https://github.com/rust-lang/cargo/blob/master/src/doc/src/commands/cargo-test.md?plain=1#L140) of Cargo Test docs states that Cargo can reinterpret the main function of an example binary as a test, and execute it. Since cargo does not appear to do this, a wording that does not have the misleading reading might be appropriate here. ### Steps _No response_ ### Possible Solution(s) _No response_ ### Notes _No response_ ### Version _No response_