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

Compile Error Because of Nightly Change #980

Closed
Rdna123 opened this issue May 6, 2021 · 5 comments
Closed

Compile Error Because of Nightly Change #980

Rdna123 opened this issue May 6, 2021 · 5 comments

Comments

@Rdna123
Copy link

Rdna123 commented May 6, 2021

error[E0658]: trait bounds other than Sized on const fn parameters are unstable on cpuio v3.0.0

pic8259_simple holds the error for compiler
├── pic8259_simple v0.2.0
│ └── cpuio v0.3.0

I opened an issue on the repository

@phil-opp
Copy link
Owner

phil-opp commented May 6, 2021

Thanks for reporting! I hope that this gets fixed in the upstream repo soon.

@phil-opp phil-opp pinned this issue May 13, 2021
@CarlosLanderas
Copy link

CarlosLanderas commented May 17, 2021

If someone is interested, I managed to continue the tutorial (hardware interrupts part)
by using nightly-2021-03-15 and the following versions:

x86_64 = "0.13.6"
pic8259_simple = "0.2.0"

I get some deprecation warnings for the x86-interrupt function signature as now takes a InterruptStackframe instead of a &mut InterruptStackFrame but I can continue :)

@phil-opp thanks for this amazing tutorial!

@phil-opp
Copy link
Owner

This should be fixed with #990. Please let me know if you still have problems!

@CarlosLanderas
Copy link

I can confirm is working with latest nightly. Thanks!

@phil-opp
Copy link
Owner

Great to hear that, thanks for checking!

@phil-opp phil-opp unpinned this issue Jun 26, 2021
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

No branches or pull requests

3 participants