We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499bbde commit 90d97b7Copy full SHA for 90d97b7
smart_ir/src/ir/pass_manager.rs
@@ -215,7 +215,7 @@ impl<IRUnit: 'static> AnalysisManager<IRUnit> {
215
.downcast_rc::<AnalysisImpl::AnalysisResult>()
216
.unwrap_or_else(|_| {
217
panic!(
218
- "cast analysis resulst to {} failed",
+ "cast analysis results to {} failed",
219
std::any::type_name::<AnalysisImpl::AnalysisResult>()
220
)
221
})
0 commit comments