error[E0658]: generic associated types are unstable --> $DIR/issue-67424.rs:8:5 | LL | type Type1: Trait1; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable error: aborting due to previous error For more information about this error, try `rustc --explain E0658`.