]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch20-web-server/no-listing-02-impl-threadpool-new/output.txt
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / book / listings / ch20-web-server / no-listing-02-impl-threadpool-new / output.txt
CommitLineData
74b04a01
XL
1$ cargo check
2 Checking hello v0.1.0 (file:///projects/hello)
fc512014 3error[E0599]: no method named `execute` found for struct `ThreadPool` in the current scope
923072b8 4 --> src/main.rs:17:14
74b04a01 5 |
923072b8 617 | pool.execute(|| {
fc512014 7 | ^^^^^^^ method not found in `ThreadPool`
74b04a01 8
74b04a01 9For more information about this error, try `rustc --explain E0599`.
c295e0f8 10error: could not compile `hello` due to previous error