]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch20-web-server/listing-20-12/output.txt
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / book / listings / ch20-web-server / listing-20-12 / output.txt
CommitLineData
74b04a01
XL
1$ cargo check
2 Checking hello v0.1.0 (file:///projects/hello)
fc512014 3error[E0433]: failed to resolve: use of undeclared type `ThreadPool`
923072b8 4 --> src/main.rs:11:16
74b04a01 5 |
923072b8 611 | let pool = ThreadPool::new(4);
fc512014 7 | ^^^^^^^^^^ use of undeclared type `ThreadPool`
74b04a01 8
74b04a01 9For more information about this error, try `rustc --explain E0433`.
c295e0f8 10error: could not compile `hello` due to previous error