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 fbc109a commit a801cd5Copy full SHA for a801cd5
crates/compilers/src/resolver/mod.rs
@@ -634,7 +634,7 @@ impl<L: Language, D: ParsedSource<Language = L>> Graph<D> {
634
635
let mut msg = String::new();
636
self.format_imports_list(idx, nodes[1..].to_vec(), &mut msg).unwrap();
637
- Err(format!("Found incompatible versions:\n{msg}"));
+ Err(format!("Found incompatible versions:\n{msg}"))
638
}
639
640
fn input_nodes_by_language(&self) -> HashMap<D::Language, Vec<usize>> {
0 commit comments