]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/visual-fn-type.rs
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / src / tools / rustfmt / tests / target / visual-fn-type.rs
1 // rustfmt-indent_style: Visual
2 type CNodeSetAtts = unsafe extern "C" fn(node: *const RsvgNode,
3                                          node_impl: *const RsvgCNodeImpl,
4                                          handle: *const RsvgHandle,
5                                          pbag: *const PropertyBag);
6 type CNodeDraw = unsafe extern "C" fn(node: *const RsvgNode,
7                                       node_impl: *const RsvgCNodeImpl,
8                                       draw_ctx: *const RsvgDrawingCtx,
9                                       dominate: i32);