]> git.lizzy.rs Git - rust.git/blob - tests/target/type.rs
Format more type variants
[rust.git] / tests / target / type.rs
1 fn types() {
2     let x: [Vec<_>] = [];
3     let y: *mut [SomeType; konst_funk()] = expr();
4     let z: (/* #digits */ usize, /* exp */ i16) = funk();
5 }