rust/src
Matthias Krüger 34425c8c00
Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk
Deduce closure signature from a type alias `impl Trait`'s supertraits

r? `@oli-obk`

Basically pass the TAIT's bounds through the same method that we're using to deduce a signature from infer var closure bounds.

Does this need a new FCP? I see it as a logical extension of #101834, but happy to rfcbot a new one if it does.
2022-11-15 10:44:10 +01:00
..
bootstrap Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearth 2022-11-14 06:30:18 +00:00
ci Rollup merge of #103842 - andrewpollack:add-fuchsia-test-script, r=tmandry 2022-11-15 01:40:42 +01:00
doc Rollup merge of #103842 - andrewpollack:add-fuchsia-test-script, r=tmandry 2022-11-15 01:40:42 +01:00
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr 2022-11-15 06:43:28 +00:00
llvm-project@a1232c451f update LLVM submodule to make libunwind work on SGX 2022-11-06 15:33:00 +01:00
rustdoc-json-types fix some typos in comments 2022-11-13 15:26:17 +08:00
test Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk 2022-11-15 10:44:10 +01:00
tools Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr 2022-11-15 06:43:28 +00:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version Bump to 1.67.0 2022-10-29 10:28:52 -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 cargo, etc.

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