John Ott
John Ott
This flag was broken, since it referenced an unset attribute profile on the parsed options object.
This behavior introduced in commit 8f4c85328e8b4a45db77f9fc3e536a5008686f37 was dropped during some refactor.
As of [0.11](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md#0110---2023-03-27), there is a requirement that `either 'descriptor_pool' or 'file_descriptor_set_bytes' must be set`, but the readme example does not show that. The current code snippet is: ``` prost_reflect_build::Builder::new()...