You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0658]: `impl Trait` in associated types is unstable
.../ricq-core-0.1.19/src/msg/mod.rs:101:19
|
101 | type IntoIter = impl Iterator<Item = RQElem> + 'static;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
= help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
For more information about this error, try `rustc --explain E0658`.
error: could not compile `ricq-core` (lib) due to previous error
编译器版本:nightly-x86_64_linux_1.72
The text was updated successfully, but these errors were encountered:
编译提示如下错误:
编译器版本:nightly-x86_64_linux_1.72
The text was updated successfully, but these errors were encountered: