Sign in
rust
/
rust
/
4c9bb23107dfd035bff8a68f3eff0653670f2efb
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_5668.rs
blob: bbd9a530b81c0d149dbc21d0e2fda009ad1f49cc [
file
]
type
Foo
=
impl
Send
;
struct
Struct
<
const
C
:
usize
=
{
let
_
:
Foo
=
();
//~^ ERROR: mismatched types
0
},
>;