Skip to content

Conversation

@varkor
Copy link
Contributor

@varkor varkor commented Oct 7, 2020

Add demangling for bool, signed integers, and char.

cc @eddyb

);
t_nohash!(
"_RMCs4fqI2P2rA04_13const_genericINtB0_6SignedKanb_E",
"<const_generic::Signed<-11>>"
Copy link
Member

Choose a reason for hiding this comment

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

For completion's sake mind adding a test for a positive signed number as well?

(also a false and a different char value too?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@varkor varkor force-pushed the min_const_generics branch from 9883928 to 8156c2b Compare October 7, 2020 01:16
@alexcrichton
Copy link
Member

👍 thanks!

Would you like a publish for this as well?

@alexcrichton alexcrichton merged commit 6e407b5 into rust-lang:master Oct 7, 2020
@varkor
Copy link
Contributor Author

varkor commented Oct 7, 2020

Actually, there's one other change @eddyb suggested (I forgot to include it in this PR), so I'll make that first: thanks!

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

Labels

None yet

3 participants