Skip to content

Commit 64d025b

Browse files
committed
toolchain: Bump Rust to 1.80.0-nightly
1 parent ed0d358 commit 64d025b

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed
File renamed without changes.

os/src/task/task.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pub struct TaskControlBlock {
1919

2020
pub struct TaskControlBlockInner {
2121
pub trap_cx_ppn: PhysPageNum,
22+
#[allow(unused)]
2223
pub base_size: usize,
2324
pub task_cx: TaskContext,
2425
pub task_status: TaskStatus,

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[toolchain]
22
profile = "minimal"
33
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
4-
channel = "nightly-2024-01-18"
4+
channel = "nightly-2024-05-01"
55
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
6-
targets = ["riscv64gc-unknown-none-elf"]
6+
targets = ["riscv64gc-unknown-none-elf"]
File renamed without changes.

0 commit comments

Comments
 (0)