-
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
Ch8: Mget unresolved import #77
Comments
per https://toml.io/en/v1.0.0#inline-table, `No newlines are allowed between the curly braces unless they are valid within a value`. Partially fixes rust-in-action#77 (there's also the "unresolved import `smoltcp::phy::TapInterface`" issue).
@elchead you probably are trying to build on a Mac - you need a Linux OS to build this, the
|
Thanks, good to know! |
I try to build
mget
on rust v1.60 on mac and the build fails because of:I also had to modify
Cargo.toml
because curly bracket content cannot be separated over several lines.In my IDE, I can however see that
TapInterface
exists.Any idea?
The text was updated successfully, but these errors were encountered: