mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix: rustc-std-workpace-core is a dependency of compiler_builtins, not core
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 custom target.
|
We see that `cargo build` now recompiles the `core`, `rustc-std-workspace-core` (a dependency of `compiler_builtins`), and `compiler_builtins` libraries for our custom target.
|
||||||
|
|
||||||
#### The `rlibc` Crate
|
#### The `rlibc` Crate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user