Skip to content

Commit

Permalink
Remove the panic_info_message feature (#696)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
tomaka and mergify[bot] committed Jan 1, 2021
1 parent 088c7b0 commit 4823a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/standalone/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#![feature(asm)] // TODO: https://github.com/rust-lang/rust/issues/72016
#![feature(llvm_asm)] // TODO: replace all occurrences of `llvm_asm!` with `asm!`
#![feature(naked_functions)] // TODO: https://github.com/rust-lang/rust/issues/32408
#![feature(panic_info_message)] // TODO: https://github.com/rust-lang/rust/issues/66745
#![cfg_attr(target_arch = "x86_64", feature(abi_x86_interrupt))] // TODO: https://github.com/rust-lang/rust/issues/40180

extern crate alloc;
Expand Down

0 comments on commit 4823a89

Please sign in to comment.