Skip to content

Commit

Permalink
Adjust to clang-19
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Oct 16, 2024
1 parent f22d805 commit d33f220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding-generator/src/generator_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ impl<'tu> GeneratorEnv<'tu> {
|| entity.get_location().expect("Can't get entity location"),
|range| range.get_start(),
)
.get_spelling_location();
.get_expansion_location();
(loc, 0)
};
ExportIdx {
Expand Down

0 comments on commit d33f220

Please sign in to comment.