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 e84428a commit f9dae86Copy full SHA for f9dae86
rust-printer/src/ast/span.rs
@@ -35,7 +35,7 @@ impl From<hax_frontend_exporter::Span> for Span {
35
Self {
36
data: vec![span],
37
id: fresh_id(),
38
- owner_hint: None, // TODO: Have something there when we implement the importer
+ owner_hint: None, // TODO: this will be defined properly while addressing issue #1524
39
}
40
41
0 commit comments