mirror of https://github.com/KaiserY/trpl-zh-cn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
450 B
15 lines
450 B
$ cargo run
|
|
error: failed to get `trpl` as a dependency of package `async_await v0.1.0 (/Users/chris/dev/rust-lang/book/tmp/listings/ch17-async-await/listing-17-18)`
|
|
|
|
Caused by:
|
|
failed to load source for dependency `trpl`
|
|
|
|
Caused by:
|
|
Unable to update /Users/chris/dev/rust-lang/book/tmp/packages/trpl
|
|
|
|
Caused by:
|
|
failed to read `/Users/chris/dev/rust-lang/book/tmp/packages/trpl/Cargo.toml`
|
|
|
|
Caused by:
|
|
No such file or directory (os error 2)
|