From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- third_party/rust/bindgen/clang.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/rust/bindgen/clang.rs') diff --git a/third_party/rust/bindgen/clang.rs b/third_party/rust/bindgen/clang.rs index 4a4ed89d69..19f3e703a7 100644 --- a/third_party/rust/bindgen/clang.rs +++ b/third_party/rust/bindgen/clang.rs @@ -1608,7 +1608,7 @@ impl SourceLocation { let mut line = 0; let mut col = 0; let mut off = 0; - clang_getSpellingLocation( + clang_getFileLocation( self.x, &mut file, &mut line, &mut col, &mut off, ); (File { x: file }, line as usize, col as usize, off as usize) -- cgit v1.2.3