Skip to content

Does not build on latest version of Rust (1.79.0) #2

@komodovaran

Description

@komodovaran

This won't compile

// workers.rs
let _ = bufs[i].write().unwrap();

But this will

// workers.rs
let _lock = bufs[i].write().unwrap();

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