dtolnay / linkme

Safe cross-platform linker shenanigans
Apache License 2.0
628 stars 42 forks source link

Reject ZST #21

Closed dtolnay closed 2 years ago

dtolnay commented 5 years ago

The crate currently doesn't really support ZSTs the way one might expect. We should just have these fail to compile if the size is zero.