Skip to content

windows-bindgen doesn't error on unused filters #3244

@kennykerr

Description

@kennykerr

Summary

We don't have a failure test for this scenario so this slipped in at some point.

Crate manifest

[build-dependencies.windows-bindgen]
version = "0.58"

Crate code

fn main() {
    windows_bindgen::bindgen(["--out", "src/bindings.rs", "--filter", "Not.Found"]).unwrap();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions