aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/expand/rust-derive-copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/expand/rust-derive-copy.h')
-rw-r--r--gcc/rust/expand/rust-derive-copy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/expand/rust-derive-copy.h b/gcc/rust/expand/rust-derive-copy.h
index 0e1e207..f02b671 100644
--- a/gcc/rust/expand/rust-derive-copy.h
+++ b/gcc/rust/expand/rust-derive-copy.h
@@ -27,7 +27,7 @@ namespace AST {
class DeriveCopy : DeriveVisitor
{
public:
- DeriveCopy (Location loc);
+ DeriveCopy (location_t loc);
std::unique_ptr<Item> go (Item &);