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 7e7c82f commit 4b69b5eCopy full SHA for 4b69b5e
crates/cairo-lang-filesystem/src/location_marks.rs
@@ -35,7 +35,6 @@ pub fn get_location_marks(
35
36
/// Given a single line diagnostic location, returns a string with the location marks.
37
fn get_single_line_location_marks(db: &dyn Database, location: &SpanInFile<'_>) -> String {
38
- // TODO(ilya, 10/10/2023): Handle locations which spread over a few lines.
39
let content = db.file_content(location.file_id).expect("File missing from DB.");
40
let summary = db.file_summary(location.file_id).expect("File missing from DB.");
41
let span = &location.span;
0 commit comments