-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ch5/ch5-impossible-add.rs can not compile #64
Comments
FTR, there's also an additional problem in the book text (or the naming of the file in the repo). The book says:
but the actual file is called:
Ie, one has the suffix "-addition", and one has the suffix "-add"; the meaning is similar, but anyone cut'n'pasting filenames to look for will be confused. (It's probably easier to rename the file in the repo to match the book text. ETA: The second half of page 141, of the PDF version, uses the name matching the repo; so maybe it's just the "look in" reference that introduces it which has the wrong name.) Anyway I can confirm properly commenting out the book reference markers does allow the example to compile. Ewen CC: @timClicks |
Oh good catch! I will get that fixed. |
In this source code, there are two marks
<1>/<2>
the author might forget to comment, making the rustc reject to compile itThe text was updated successfully, but these errors were encountered: