rust/src
Dylan DPC 83c58d6fb6
Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morse
inliner: use caller param_env

We used the callee param env instead of the caller param env by accident in #77430, this PR fixes that and caches it in the `Inliner` struct.

fixes #77564

r? @ecstatic-morse
2020-10-07 00:16:05 +02:00
..
bootstrap Rollup merge of #77400 - alarsyo:xpy-setup-suggestions, r=jyn514 2020-10-07 00:16:01 +02:00
build_helper
ci
doc
etc
librustdoc Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez 2020-10-07 00:15:58 +02:00
llvm-project@e8b556b6a8
test Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morse 2020-10-07 00:16:05 +02:00
tools
README.md
stage0.txt
version

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.