-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
Thanks for reporting! I hope that this gets fixed in the upstream repo soon. |
If someone is interested, I managed to continue the tutorial (hardware interrupts part) x86_64 = "0.13.6" 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! |
This should be fixed with #990. Please let me know if you still have problems! |
I can confirm is working with latest nightly. Thanks! |
Great to hear that, thanks for checking! |
error[E0658]: trait bounds other than
Sizedon const fn parameters are unstable
on cpuio v3.0.0pic8259_simple holds the error for compiler
├── pic8259_simple v0.2.0
│ └── cpuio v0.3.0
I opened an issue on the repository
The text was updated successfully, but these errors were encountered: