Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-50600.rs
blob: 963e607afcfd456f3fea3819b502ac08e14377c4 [
file
] [
log
] [
blame
] [
edit
]
struct
Foo
(
fn
([
u8
;
|
x
:
u8
|
{}]),
//~ ERROR mismatched types
);
fn
main
()
{}