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
Compiling ricq-core v0.1.19 Compiling pbrq v0.1.11 (/Users/Desktop/github/pbrq) error[E0658]: impl Trait in associated types is unstable --> /Users/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ricq-core-0.1.19/src/msg/mod.rs:100:21 | 100 | type IntoIter = impl Iterator<Item = RQElem> + 'static; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #63063 rust-lang/rust#63063 for more information = help: add #![feature(impl_trait_in_assoc_type)] to the crate attributes to enable
impl Trait
#![feature(impl_trait_in_assoc_type)]
For more information about this error, try rustc --explain E0658. error: could not compile ricq-core (lib) due to previous error
rustc --explain E0658
ricq-core
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compiling ricq-core v0.1.19
Compiling pbrq v0.1.11 (/Users/Desktop/github/pbrq)
error[E0658]:
impl Trait
in associated types is unstable--> /Users/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ricq-core-0.1.19/src/msg/mod.rs:100:21
|
100 | type IntoIter = impl Iterator<Item = RQElem> + 'static;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #63063 rust-lang/rust#63063 for more information
= help: add
#![feature(impl_trait_in_assoc_type)]
to the crate attributes to enableFor more information about this error, try
rustc --explain E0658
.error: could not compile
ricq-core
(lib) due to previous errorThe text was updated successfully, but these errors were encountered: