LearningOS / rust-based-os-comp2023

2023秋冬季开源操作系统训练营
https://github.com/LearningOS/rust-based-os-comp2023
GNU General Public License v3.0
2.13k stars 351 forks source link

[Bug] The CI is failing due to error[E0658]: const extern fn definitions are unstable #106

Closed kxxt closed 2 years ago

kxxt commented 2 years ago

Describe the bug

The CI is failing due to error[E0658]: const extern fn definitions are unstable

To Reproduce Steps to reproduce the behavior:

  1. Create a repo via the github classroom link
  2. Setup it according to the tutorial
  3. Trigger CI

Expected behavior The CI can run without trouble

Screenshots

Log available at https://github.com/LearningOS/lab0-0-setup-env-run-os1-kxxt/actions/runs/3263696701/jobs/5363158735

Environment (please complete the following information):

Additional context I have successfully fixed it. I will open a PR soon