mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Remove duplicated note about requiring Rust nightly
This commit is contained in:
@@ -286,7 +286,7 @@ After setting the `unstable.build-std` configuration key and installing the `rus
|
|||||||
Finished dev [unoptimized + debuginfo] target(s) in 0.29 secs
|
Finished dev [unoptimized + debuginfo] target(s) in 0.29 secs
|
||||||
```
|
```
|
||||||
|
|
||||||
We see that `cargo build` now recompiles the `core`, `rustc-std-workspace-core` (another dependency of `core`), and `compiler_builtin` libraries for our new custom target. Since these libraries use a lot of unstable features internally, this only works with a [nightly Rust compiler].
|
We see that `cargo build` now recompiles the `core`, `rustc-std-workspace-core` (another dependency of `core`), and `compiler_builtin` libraries for our custom target.
|
||||||
|
|
||||||
#### The `rlibc` Crate
|
#### The `rlibc` Crate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user