Rust: fix compilation errors

This commit is contained in:
Paolo Tranquilli
2025-08-12 17:10:02 +02:00
parent 338572f256
commit fbc81cbb18

View File

@@ -95,7 +95,7 @@ impl<'a> RustAnalyzer<'a> {
ParseResult {
ast: source_file,
text: input.text(semantics.db),
text: input.text(semantics.db).clone(),
errors,
semantics_info: Ok(FileSemanticInformation { file_id, semantics }),
}