blob: 311c48b5e48c5ef500347d7162574a1c58263e0b [file] [log] [blame]
trait A {
const C: usize;
fn f() -> ([u8; A::C], [u8; A::C]);
//~^ ERROR: type annotations needed: cannot resolve
//~| ERROR: type annotations needed: cannot resolve
}
fn main() {}