Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the code not compile to match the text
> First, in Listing 16-6, we’ll create a channel but not do anything with it. Note that this won’t compile yet because Rust can’t tell what type of values we want to send over the channel. That was not true, however, since the code compiled due to hidden line. This change makes the code not compile by removing it. I did not add "ignore" alongside "does_not_compile" to allow readers to see the error message if they try to run the code (that's what the flag does, right? Couldn't find a documentation for it).
- Loading branch information