]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/configs/indent_style/block_array.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / configs / indent_style / block_array.rs
CommitLineData
f20569fa
XL
1// rustfmt-indent_style: Block
2// Array layout
3
4fn main() {
5 let lorem = vec!["ipsum","dolor","sit","amet","consectetur","adipiscing","elit"];
6}