We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pub struct DescriptorProto { nested_type: Option<DescriptorProto>, } fn foo() -> Option<DescriptorProto> { None } fn main() {}
Seems to crash with stack overflow. Should print nice message and gracefully shutdown.