mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: fix compilation errors
This commit is contained in:
@@ -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 }),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user