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

vga_buffer.rs: Unique<> is unstable #19

Closed
InPermutation opened this issue Oct 31, 2015 · 5 comments
Closed

vga_buffer.rs: Unique<> is unstable #19

InPermutation opened this issue Oct 31, 2015 · 5 comments

Comments

@InPermutation
Copy link
Contributor

src/vga_buffer.rs:1:5: 1:22 error: use of unstable library feature 'unique': needs an RFC to flesh out design (see issue #27730)
src/vga_buffer.rs:1 use core::ptr::Unique;
                        ^~~~~~~~~~~~~~~~~
src/vga_buffer.rs:1:5: 1:22 help: add #![feature(unique)] to the crate attributes to enable
@InPermutation
Copy link
Contributor Author

cargo 0.6.0-nightly (59b73f1 2015-10-30)
rustc 1.6.0-nightly (2e07996a9 2015-10-29)
       Fresh rlibc v0.1.4

@InPermutation
Copy link
Contributor Author

rust-lang/rust#27730

@InPermutation
Copy link
Contributor Author

Also,

src/vga_buffer.rs:79:23: 79:30 error: use of unstable library feature 'core_str_ext': stable interface provided by `impl str` in later crates (see issue #27701)
src/vga_buffer.rs:79         for byte in s.bytes() {
                                           ^~~~~~~
src/vga_buffer.rs:79:23: 79:30 help: add #![feature(core_str_ext)] to the crate attributes to enable

@InPermutation
Copy link
Contributor Author

Or am I supposed to be figuring these out as I compile? 😸

@phil-opp
Copy link
Owner

I missed these, thank you!

phil-opp added a commit that referenced this issue Nov 6, 2015
phil-opp added a commit that referenced this issue Nov 6, 2015
phil-opp added a commit that referenced this issue Nov 6, 2015
kevinaboos pushed a commit to theseus-os/Theseus that referenced this issue Jul 27, 2017
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

2 participants