blob: bbd9a530b81c0d149dbc21d0e2fda009ad1f49cc [file] [log] [blame]
type Foo = impl Send;
struct Struct<
const C: usize = {
let _: Foo = ();
//~^ ERROR: mismatched types
0
},
>;