aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/checks/errors/rust-const-checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/checks/errors/rust-const-checker.h')
-rw-r--r--gcc/rust/checks/errors/rust-const-checker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/checks/errors/rust-const-checker.h b/gcc/rust/checks/errors/rust-const-checker.h
index 8294f01..c199cb3 100644
--- a/gcc/rust/checks/errors/rust-const-checker.h
+++ b/gcc/rust/checks/errors/rust-const-checker.h
@@ -44,7 +44,7 @@ private:
/**
* Check that only const functions are called in const contexts
*/
- void check_function_call (HirId fn_id, Location locus);
+ void check_function_call (HirId fn_id, location_t locus);
/* All possible const contexts */
enum class ConstGenericCtx