Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

	* expand/rust-derive.cc (DeriveVisitor::derive): Fix typo
  • Loading branch information
GuillaumeGomez committed Mar 6, 2024
1 parent 3c9d66b commit 21079c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/rust/expand/rust-derive.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ DeriveVisitor::derive (Item &item, const Attribute &attr,
case BuiltinMacro::PartialOrd:
case BuiltinMacro::Hash:
default:
rust_sorry_at (attr.get_locus (), "uninmplemented builtin derive macro");
rust_sorry_at (attr.get_locus (), "unimplemented builtin derive macro");
return nullptr;
};
}
Expand Down

0 comments on commit 21079c3

Please sign in to comment.