]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2922.rs
Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r=nikomat...
[rust.git] / src / tools / rustfmt / tests / target / issue-2922.rs
1 // rustfmt-indent_style: Visual
2 struct Functions {
3     RunListenServer: unsafe extern "C" fn(*mut c_void,
4                                           *mut c_char,
5                                           *mut c_char,
6                                           *mut c_char,
7                                           *mut c_void,
8                                           *mut c_void)
9                                           -> c_int,
10 }