We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3be89 commit 20a5789Copy full SHA for 20a5789
1 file changed
tests/driver/cpp/cppdriver.rs
@@ -41,7 +41,7 @@ pub fn test(testcase: &test_driver_lib::TestCase) -> Result<(), Box<dyn Error>>
41
i_slint_compiler::DefaultTranslationContext::None;
42
}
43
let (root_component, diag, loader) =
44
- spin_on::spin_on(compile_syntax_node(syntax_node, diag, compiler_config));
+ spin_on::spin_on(compile_syntax_node(syntax_node, diag, compiler_config, ()));
45
46
if diag.has_errors() {
47
let vec = diag.to_string_vec();
0 commit comments