blob: 26d0bbe3a40f5c78be3643bdc83923161eec95aa [file] [edit]
#![feature(type_ascription)]
fn e() {
type_ascribe!(p, a<p:p<e=6>>);
//~^ ERROR cannot find type `a` in this scope
//~| ERROR cannot find value
//~| ERROR associated const equality is incomplete
//~| ERROR cannot find trait `p` in this scope
//~| ERROR associated const equality is incomplete
}
fn main() {}