]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/visual-fn-type.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / target / visual-fn-type.rs
CommitLineData
f20569fa
XL
1// rustfmt-indent_style: Visual
2type CNodeSetAtts = unsafe extern "C" fn(node: *const RsvgNode,
3 node_impl: *const RsvgCNodeImpl,
4 handle: *const RsvgHandle,
5 pbag: *const PropertyBag);
6type CNodeDraw = unsafe extern "C" fn(node: *const RsvgNode,
7 node_impl: *const RsvgCNodeImpl,
8 draw_ctx: *const RsvgDrawingCtx,
9 dominate: i32);