We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type_alias_impl_trait
1 parent 5c5a590 commit 7ecd411Copy full SHA for 7ecd411
ricq-core/src/lib.rs
@@ -1,3 +1,4 @@
1
+#![feature(impl_trait_in_assoc_type)]
2
#![feature(type_alias_impl_trait)]
3
4
use std::sync::atomic::{AtomicI32, AtomicI64, AtomicU16, Ordering};
0 commit comments