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