rust-lang/rust-by-example

Code compilation error(Under 1.2 Formatted print section)

0xmuon opened this issue · 2 comments

line 37 shows error. (The code was default displayed, nothing was changed in the code.)

image

This is working as intended, the comments under the line 37 states:
// FIXME ^ Add the missing argument: "James"

Towards the end of the page in the section "Activities" is stated that correcting the error is the first exercise.

Some errores are there by default for you to correct and are part of the example/exercise.

Sorry for not going through all the docs. Thanks for letting me know.