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

Entry<extern "x86-interrupt" fn(InterruptStackFrame)> doesn't implement Debug #245

Closed
CraftSpider opened this issue Apr 18, 2021 · 1 comment · Fixed by #249
Closed

Entry<extern "x86-interrupt" fn(InterruptStackFrame)> doesn't implement Debug #245

CraftSpider opened this issue Apr 18, 2021 · 1 comment · Fixed by #249

Comments

@CraftSpider
Copy link
Contributor

As the issue title says. Entry<F> derives Debug, but can't actually be printed, because the PhantomData causes it to not match the impl bounds when parametrized with the handler pointers.

@phil-opp
Copy link
Member

Thanks for reporting! I pushed a fix in #249 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants