]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-1693.rs
Merge pull request #3522 from topecongiro/issue-3521
[rust.git] / tests / target / issue-1693.rs
1 fn issue1693() {
2     let pixel_data = vec![
3         (
4             f16::from_f32(0.82),
5             f16::from_f32(1.78),
6             f16::from_f32(0.21)
7         );
8         256 * 256
9     ];
10 }