diff options
Diffstat (limited to 'gcc/rust/backend/rust-constexpr.cc')
-rw-r--r-- | gcc/rust/backend/rust-constexpr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/backend/rust-constexpr.cc b/gcc/rust/backend/rust-constexpr.cc index 444aa14..d161022 100644 --- a/gcc/rust/backend/rust-constexpr.cc +++ b/gcc/rust/backend/rust-constexpr.cc @@ -4523,7 +4523,7 @@ is_valid_constexpr_fn (tree fun, bool complain) // error ("invalid type for parameter %d of %<constexpr%> " // "function %q+#D", // DECL_PARM_INDEX (parm), fun); - Location locus = DECL_SOURCE_LOCATION (fun); + location_t locus = DECL_SOURCE_LOCATION (fun); rust_error_at ( locus, "invalid type for parameter %d of %<constexpr%> function", DECL_PARM_INDEX (parm)); |