Skip to content

Conversation

@profetia
Copy link
Contributor

@profetia profetia commented Nov 22, 2025

Closes #16128

changelog: [implicit_haser] fix wrongly unmangled macros

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Nov 22, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 22, 2025

r? @Jarcho

rustbot has assigned @Jarcho.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

impl<K: Hash + Eq, V> Foo<u64> for HashMap<K, V> {
//~^ implicit_hasher
fn make() -> (Self, Self) {
macro_rules! times_by_ten {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this should probably be called times_ten?

@ada4a
Copy link
Contributor

ada4a commented Nov 23, 2025

Oh and there's a small typo: the commit message, PR name and the changelog message all contain haser instead of hasher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

implicit_haser wrongly unmangled macros

4 participants