]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/visual-fn-type.rs
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
[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);