Skip to content

problem with statics #5

@milyin

Description

@milyin

When FFI library provides static variable like

#[no_mangle]
pub static GLOBAL_COUNTER: usize = 0;

it can't be just wrapped, like it's done for functions

Should I disable statics support?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions