tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
446 stars 82 forks source link

Add tests for #153: owned struct unsoundness #228

Closed snproj closed 1 year ago

snproj commented 1 year ago

Added tests on to #153 to verify that the example code in that PR now gives a compile error using the trybuild crate