1
Fork 0
rust/compiler/rustc_metadata/src
Guillaume Gomez 871f047c4c
Rollup merge of #124582 - RalfJung:std-not-found, r=Nilstrieb
always print nice 'std not found' error when std is not found

Fixes https://github.com/rust-lang/miri/issues/3529

Arguably Miri is doing something odd by letting people create no-std sysroots for arbitrary targets -- but equally arguably, there's no good reason for rustc to special-case the host triple here. Being a non-host triple does not imply the target is a no-std target, after all.
2024-05-02 15:11:22 +02:00
..
rmeta Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
creader.rs Prepare for CrateNum query feeding on creation 2024-04-19 14:16:18 +00:00
dependency_format.rs Print the crates not available as static 2024-03-16 17:12:24 +01:00
errors.rs always print nice 'std not found error' when std is not found 2024-05-01 17:11:49 +02:00
foreign_modules.rs Do not fetch HIR in native_libs. 2023-07-17 07:37:03 +00:00
fs.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
lib.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
locator.rs Rename IntoDiagnosticArg as IntoDiagArg. 2024-03-11 09:12:19 +11:00
native_libs.rs linker: Remove laziness and caching from native search directory walks 2024-04-12 17:28:00 +03:00