]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/visual-fn-type.rs
Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix
[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);