rust/src
bors 4353b1ecd6 Auto merge of #113450 - Nilstrieb:src/bootstrap/test.rs, r=flip1995
Fail the build if clippy tests don't pass

This was removed in
de69d556eb (diff-8479eab02701e686aedb15b567dc8fc31220c6e4efb9565ccc9d662b7fee2214) which caused CI to ignore clippy failures. This adds back the exit, which should cause CI to fail again if a test is broken (like right now, as clippy tests are broken on master).

Also see https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/CI.20doesn't.20care.20about.20clippy.20test.20failures.20but.20only.20sometime

r? flip1995
2023-07-08 16:12:28 +00:00
..
bootstrap Fail the build if clippy tests don't pass 2023-07-08 16:46:42 +02:00
ci Auto merge of #112796 - Kobzol:ci-merge-msvc-cargo-tools, r=pietroalbini 2023-07-07 00:39:47 +00:00
doc Rollup merge of #113384 - joshtriplett:style-guide-grammar, r=compiler-errors 2023-07-06 09:20:35 +08:00
etc User may want to skip tidy check sometimes 2023-06-30 15:37:10 +08:00
librustdoc remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
llvm-project@06248fa7f3 Update LLVM submodule 2023-06-20 00:49:54 +01:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Auto merge of #113450 - Nilstrieb:src/bootstrap/test.rs, r=flip1995 2023-07-08 16:12:28 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta compiler 2023-05-30 08:00:10 -04:00
version Bump to 1.72.0 2023-05-27 14:23:37 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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