rust/src
Yiming Lei 0471e2780f when there are 3 or more return statements in the loop
emit the first 3 errors and duplicated diagnostic information
using take of iterator for the first third return
	modified:   compiler/rustc_typeck/src/check/coercion.rs
	new file:   src/test/ui/typeck/issue-100285.rs
	new file:   src/test/ui/typeck/issue-100285.stderr
2022-08-15 13:31:14 -07:00
..
bootstrap Rollup merge of #100181 - RalfJung:alloc-ref-mutability, r=jackh726 2022-08-09 17:34:52 +05:30
ci Auto merge of #99833 - andrewpollack:fuchsia-rust-ci-zircon-lib-improvement, r=Mark-Simulacrum 2022-08-07 15:58:30 +00:00
doc Update SUMMARY.md 2022-08-07 12:42:25 -06:00
etc check_missing_items.py: Don't overwrite ty in loop 2022-07-30 20:13:40 +01:00
librustdoc Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notriddle,camelid 2022-08-09 17:34:54 +05:30
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Rustdoc-Json: Document HRTB's on DynTrait 2022-08-03 14:17:26 +01:00
test when there are 3 or more return statements in the loop 2022-08-15 13:31:14 -07:00
tools ⬆️ rust-analyzer 2022-08-09 07:23:57 +03:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version Bump to 1.65.0 2022-08-05 11:32:46 -04: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.