rust/src
Dylan DPC e1f2d354a7
Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPC
Modernize `alloc-no-oom-handling` test

  - The edition should be 2021 to avoid warnings.

  - The `external_crate` feature was removed in commit 45bf1ed1a1 ("rustc: Allow changing the default allocator").

    Note that commit d620ae1070 ("Auto merge of #84266") removed the old test, but the new one introduced passed the `--cfg` like in the old one.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

---

This is intended to align this test to the new `no_rc` and `no_sync` ones being added in https://github.com/rust-lang/rust/pull/89891, but it makes sense on its own too.
2022-03-23 03:05:33 +01:00
..
bootstrap Compare installed browser-ui-test version to the one used in CI 2022-03-18 10:49:50 +01:00
ci Auto merge of #94976 - jclulow:solaris-festival, r=Mark-Simulacrum 2022-03-20 01:50:36 +00:00
doc Rollup merge of #95166 - Urgau:check-cfg-values-unstable-book, r=petrochenkov 2022-03-21 19:48:34 +01:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Remove animation on source sidebar 2022-03-19 16:59:56 +01:00
llvm-project@c8eccf626f Update LLVM submodule 2022-03-09 09:51:12 +01:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPC 2022-03-23 03:05:33 +01:00
tools Rollup merge of #95085 - ouz-a:master5, r=jackh726 2022-03-21 19:48:31 +01:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version Bump version to 1.61 2022-02-19 13:40:33 -05:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.