]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1693.rs
Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix
[rust.git] / src / tools / rustfmt / 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 }