Sign in
fuchsia
/
third_party
/
rust
/
780f95dd182b1a432159430add57e9ab7cb45dd6
/
.
/
tests
/
ui
/
consts
/
value-suggestion-ice-123906.rs
blob: 531bbc158524afc5e9fab45454574fdc774d6913 [
file
] [
log
] [
blame
]
fn
as_chunks
<
const
N
:
usize
>()
->
[
u8
;
N
]
{
loop
{
break
;
//~^ ERROR mismatched types
}
}
fn
main
()
{}