rust/src/test/ui/crate-loading
Joshua Nelson d326a4b4c9 Give a better error when std or core are missing
- Suggest using `rustup target add` if `RUSTUP_HOME` is set. I don't know if there's any precedent for doing this, but it seems harmless enough and it will be a big help.
- Add a note about `#![no_std]` if `std` is missing but not core
- On nightly, suggest using `cargo build -Z build-std` if `CARGO` is set
- Add a note that std may be unsupported if `std` is missing but not core
- Don't suggest `#![no_std]` when the load isn't injected by the
  compiler
2021-04-25 16:45:31 +00:00
..
auxiliary Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
crateresolve1.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
missing-std.rs Give a better error when std or core are missing 2021-04-25 16:45:31 +00:00
missing-std.stderr Give a better error when std or core are missing 2021-04-25 16:45:31 +00:00