error[E0275]: overflow evaluating the requirement `expressions::concatenations::ArrayRangeExpressionColon: std::panic::RefUnwindSafe`
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "512"]` attribute to your crate (`sv_parser_syntaxtree`)
When I try to generate docs with
cargo docthrough all my dependencies, the syntaxtree crate fails to generate docs:Here is the full failed doc build in my actions: https://github.com/matth2k/safety-pass/actions/runs/29971451235/job/89094136874