Skip to content

Commit d33f220

Browse files
committed
Adjust to clang-19
1 parent f22d805 commit d33f220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding-generator/src/generator_env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ impl<'tu> GeneratorEnv<'tu> {
247247
|| entity.get_location().expect("Can't get entity location"),
248248
|range| range.get_start(),
249249
)
250-
.get_spelling_location();
250+
.get_expansion_location();
251251
(loc, 0)
252252
};
253253
ExportIdx {

0 commit comments

Comments
 (0)