You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #621 - fitzgen:template-analysis-diagnostics, r=emilio
Provide better diagnostics for assertions in the template analysis
This replaces various `unwrap` calls with `expect` calls that have better diagnostic messages if/when they fail.
Doing this as part of the investigation into why the analysis is failing when producing bindings for stylo.
r? @emilio
0 commit comments