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 7, 2024
1 parent 72e0c2c commit b1d0557
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 @@ -65,7 +65,7 @@ derive (Item &item, const Attribute &attr, BuiltinMacro to_derive)
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 b1d0557

Please sign in to comment.