Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add #![feature(exclusive_range_pattern)]
Getting the following compilation error when directive is not specified: error[E0658]: exclusive range pattern syntax is experimental --> src/vga_buffer.rs:74:17 | 74 | 0x20..0x7e | b'\n' => self.write_byte(byte), | ^^^^^^^^^^ | = note: for more information, see rust-lang/rust#37854 = help: add #![feature(exclusive_range_pattern)] to the crate attributes to enable
- Loading branch information