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 removed in type bound #4243

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

Comment removed in type bound #4243

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

Comments

@ayazhafiz
Copy link
Contributor

    type Err : Debug /*Display*/ + Reifiable + Clone;

...goes to:

    type Err: Debug + Reifiable + Clone;

...I agree that I probably should not have put a comment there, though

Originally posted by @paulstansifer 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 10, 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