1 error[E0658]: associated const equality is incomplete
2 --> $DIR/recover-assoc-const-constraint.rs:3:11
4 LL | bar::<Item = 42>();
7 = note: see issue #92827 <https://github.com/rust-lang/rust/issues/92827> for more information
8 = help: add `#![feature(associated_const_equality)]` to the crate attributes to enable
10 error[E0658]: associated const equality is incomplete
11 --> $DIR/recover-assoc-const-constraint.rs:5:11
13 LL | bar::<Item = { 42 }>();
16 = note: see issue #92827 <https://github.com/rust-lang/rust/issues/92827> for more information
17 = help: add `#![feature(associated_const_equality)]` to the crate attributes to enable
19 error: aborting due to 2 previous errors
21 For more information about this error, try `rustc --explain E0658`.