Skip to content

Commit

Permalink
Bump rust forward by 5 months
Browse files Browse the repository at this point in the history
Signed-off-by: Graham MacDonald <[email protected]>
  • Loading branch information
gmacd authored and orangecms committed Jun 7, 2024
1 parent 97b2675 commit 7b61696
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 6 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions aarch64/src/mailbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ struct MemoryResponse {

#[repr(C)]
#[derive(Debug, Clone, Copy)]
#[allow(dead_code)]
pub struct MemoryInfo {
pub start: u32,
pub size: u32,
Expand Down
2 changes: 0 additions & 2 deletions aarch64/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#![feature(alloc_error_handler)]
#![feature(asm_const)]
#![feature(core_intrinsics)]
#![feature(inline_const)]
#![feature(stdsimd)]
#![feature(strict_provenance)]
#![forbid(unsafe_op_in_unsafe_fn)]

Expand Down
1 change: 1 addition & 0 deletions aarch64/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ fn recursive_table_addr(va: usize, level: Level) -> usize {
}

#[derive(Debug)]
#[allow(dead_code)]
pub enum PageTableError {
AllocationFailed(BitmapPageAllocError),
EntryIsNotTable,
Expand Down
4 changes: 2 additions & 2 deletions lib/x86_64-unknown-none-elf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"llvm-target": "x86_64-unknown-none-elf",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"linker-flavor": "ld.lld",
"linker": "rust-lld",
"target-endian": "little",
Expand All @@ -20,4 +20,4 @@
"-nostdlib"
]
}
}
}
1 change: 0 additions & 1 deletion port/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![allow(clippy::upper_case_acronyms)]
#![cfg_attr(not(any(test)), no_std)]
#![feature(inline_const)]
#![feature(maybe_uninit_slice)]
#![feature(step_trait)]
#![forbid(unsafe_op_in_unsafe_fn)]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-01-30"
channel = "nightly-2024-06-01"
components = [ "rustfmt", "rust-src", "clippy", "llvm-tools" ]
targets = [
"aarch64-unknown-none",
Expand Down

0 comments on commit 7b61696

Please sign in to comment.