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 af66255 commit 814a4d9Copy full SHA for 814a4d9
crates/compilers/src/resolver/mod.rs
@@ -633,7 +633,7 @@ impl<L: Language, D: ParsedSource<Language = L>> Graph<D> {
633
634
let mut msg = "Found incompatible versions:\n".white().to_string();
635
self.format_imports_list(idx, nodes.into_iter().collect(), &mut msg).unwrap();
636
- Err(format!("Found incompatible versions:\n{msg}"))
+ Err(msg)
637
}
638
639
fn input_nodes_by_language(&self) -> HashMap<D::Language, Vec<usize>> {
0 commit comments