aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/util/rust-identifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/util/rust-identifier.h')
-rw-r--r--gcc/rust/util/rust-identifier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/util/rust-identifier.h b/gcc/rust/util/rust-identifier.h
index adf1c07..cbb743c 100644
--- a/gcc/rust/util/rust-identifier.h
+++ b/gcc/rust/util/rust-identifier.h
@@ -27,9 +27,9 @@ namespace Rust {
struct RustIdent
{
Resolver::CanonicalPath path;
- Location locus;
+ location_t locus;
- RustIdent (const Resolver::CanonicalPath &path, Location locus)
+ RustIdent (const Resolver::CanonicalPath &path, location_t locus)
: path (path), locus (locus)
{}