mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
0d56e34047
Add diagnostic arg 'current_crate' With this fix, I get almost the same error message as on stable, again. However, I expected to get the new error message `std is required by {$current_crate} because it does not declare #![no_std]`, but I didn't. Instead, I got a new line `help: consider building the standard library from source with cargo build -Zbuild-std`. So I obviously do not fully understand what is going on. In any case, the bug itself seems to be fixed by this patch. Closes #101640 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |