Compiling playground v0.0.1 (/playground)
Finished dev [unoptimized + debuginfo] target(s) in 0.54s
Running `target/debug/playground`
error: expected one of `.`, `;`, `?`, or an operator, found `some`
--> src/main.rs:2:18
|
2 | assert!(true some extra junk, "whatever");
| ^^^^ expected one of `.`, `;`, `?`, or an operator here
(Playground)
Output:
Version:
Expected:
Original report:
https://www.reddit.com/r/rust/comments/bdbtpr/hey_rustaceans_got_an_easy_question_ask_here/el1gm0h/