]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/issue-67424.stderr
Auto merge of #99612 - yanchen4791:issue-95079-fix, r=compiler-errors
[rust.git] / src / test / ui / generic-associated-types / issue-67424.stderr
1 error[E0658]: generic associated types are unstable
2   --> $DIR/issue-67424.rs:8:5
3    |
4 LL |     type Type1<B>: Trait1<A=B>;
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information
8    = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.