Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment dropped between & and typename in parameter type #4245

Closed
ayazhafiz opened this issue Jun 8, 2020 · 1 comment · Fixed by #4482
Closed

Comment dropped between & and typename in parameter type #4245

ayazhafiz opened this issue Jun 8, 2020 · 1 comment · Fixed by #4482
Labels
a-comments bug Panic, non-idempotency, invalid code, etc.
Milestone

Comments

@ayazhafiz
Copy link
Contributor

pub fn a(_: &/*'static*/()) {}

becomes

pub fn a(_: &()) {}

any reason why this (kind of critical) bug hasn't been fixed yet? It's almost open for a year now.

Originally posted by @hellow554 in #2781 (comment)

@topecongiro topecongiro added a-comments bug Panic, non-idempotency, invalid code, etc. labels Jun 9, 2020
@topecongiro topecongiro added this to the 3.0.0 milestone Jun 29, 2020
@whizsid
Copy link
Contributor

whizsid commented Oct 15, 2020

I am working on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-comments bug Panic, non-idempotency, invalid code, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants