We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New to Rust, but I surely like the idea to develop an application on the CC3200 with Rust. Exited to find cc3200-rs and can't wait to try it out 😄!
When running ./build.sh I got the following errors (about a dozen, but all similar):
./build.sh
error[E0220]: associated type `Err` not found for `Self` --> cc3200-sys/src/simplelink.rs:93:53 | 93 | fn try_from(value: i32) -> Result<Self, Self::Err> { | ^^^^^^^^^ associated type `Err` not found ... 112 | / c_like_enum_neg! { 113 | | WlanError { 114 | | ROLE_STA_ERR = -1, 115 | | ROLE_AP_ERR = -2, ... | 133 | | } 134 | | } | |_- in this macro invocation
Running rustc 1.20.0-nightly (c9bb93576 2017-06-24)
rustc 1.20.0-nightly (c9bb93576 2017-06-24)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New to Rust, but I surely like the idea to develop an application on the CC3200 with Rust. Exited to find cc3200-rs and can't wait to try it out 😄!
When running
./build.sh
I got the following errors (about a dozen, but all similar):Running
rustc 1.20.0-nightly (c9bb93576 2017-06-24)
The text was updated successfully, but these errors were encountered: