getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
385 stars 69 forks source link

Mark CompileFlags enum and other similar ones as non_exhaustive #94

Closed rlabrecque closed 3 years ago

rlabrecque commented 3 years ago

Tracking issue for:

@jan-auer

I think we should mark this and similar structs non_exhaustive. https://github.com/willglynn/pdb/pull/91#pullrequestreview-520602700

rlabrecque commented 3 years ago

Oh!

https://github.com/willglynn/pdb/pull/92