rust/src
Matthias Krüger e9d5a2f45f
Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk
Rename `super_predicates_of` and similar queries to `explicit_*` to note that they're not elaborated

Rename:
* `super_predicates_of` -> `explicit_super_predicates_of`
* `implied_predicates_of` -> `explicit_implied_predicates_of`
* `supertraits_containing_assoc_item` -> `explicit_supertraits_containing_assoc_item`

This makes it clearer that, unlike (for example) [`TyCtxt::super_traits_of`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/context/struct.TyCtxt.html#method.super_traits_of), we don't automatically elaborate this set of predicates.

r? ``@lcnr`` or ``@oli-obk`` or someone from t-types idc
2024-06-29 09:14:57 +02:00
..
bootstrap Rollup merge of #126822 - Kobzol:bootstrap-cmd-refactor-2, r=onur-ozkan 2024-06-29 09:14:55 +02:00
ci Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgr 2024-06-29 05:00:11 +00:00
doc Rollup merge of #127029 - xen0n:fix-platform-support-table, r=lqd 2024-06-28 22:04:17 +02:00
etc
librustdoc Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk 2024-06-29 09:14:57 +02:00
llvm-project@5a5152f653
rustdoc-json-types
tools Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk 2024-06-29 09:14:57 +02:00
README.md
stage0
version

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.