blob: 1453e6cb5cd7c654a71af7d82449103c42901d32 [file] [log] [blame] [edit]
#[cfg(FALSE)]
fn syntax() {
bar::<Item = 42>();
//~^ ERROR associated const equality is incomplete
bar::<Item = { 42 }>();
//~^ ERROR associated const equality is incomplete
}
fn main() {}