rust/src
Matthias Krüger 351aa1b5da
Rollup merge of #93693 - rukai:91550, r=davidtwco
Suggest deriving required supertraits

closes https://github.com/rust-lang/rust/issues/91550

I chose to just hardcode handling for PartialOrd and PartialEq because that should be robust enough and I dont know how to go about doing it generically

r? rust-lang/diagnostics
2022-02-17 06:29:59 +01:00
..
bootstrap Auto merge of #93918 - jonhoo:bootstrap-native-envflags, r=Mark-Simulacrum 2022-02-15 07:04:10 +00:00
build_helper
ci Update browser-ui-test version 2022-02-15 21:31:40 +01:00
doc Rollup merge of #93479 - smoelius:master, r=yaahc 2022-02-17 06:29:59 +01:00
etc
librustdoc Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha 2022-02-16 18:59:28 +01:00
llvm-project@fdc8f411ec
rustdoc-json-types
test Rollup merge of #93693 - rukai:91550, r=davidtwco 2022-02-17 06:29:59 +01:00
tools Rollup merge of #94054 - lnicola:rust-analyzer-2022-02-16, r=lnicola 2022-02-16 18:59:36 +01:00
README.md
stage0.json
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.