rust/src
Matthias Krüger 92a7f5fa07
Rollup merge of #93593 - JulianKnodt:master, r=oli-obk
Fix ret > 1 bound if shadowed by const

Prior to a change, it would only look at types in bounds. When it started looking for consts,
shadowing type variables with a const would cause an ICE, so now defer looking at consts only if
there are no types present.

cc ``````@compiler-errors``````
Should Fix #93553
2022-02-04 14:59:04 +01:00
..
bootstrap Rollup merge of #93492 - Mark-Simulacrum:shorter-failure-output, r=ehuss 2022-01-31 20:12:58 -08:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Update browser-ui-test version to 0.5.8 2022-01-29 10:44:18 +01:00
doc Update books 2022-02-01 02:55:55 -08:00
etc Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk 2022-01-18 09:58:39 +00:00
librustdoc Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jsha 2022-02-04 14:58:56 +01:00
llvm-project@b6b46f596a backport llvm fix for issue 91671. 2022-01-28 09:22:16 -05:00
rustdoc-json-types Increase the format version of rustdoc-json-types 2022-01-20 22:14:02 +01:00
test Rollup merge of #93593 - JulianKnodt:master, r=oli-obk 2022-02-04 14:59:04 +01:00
tools Rollup merge of #93508 - CraftSpider:jsondocck-runtest-output, r=Mark-Simulacrum 2022-02-04 14:58:59 +01:00
README.md
stage0.json bump bootstrap compiler 2022-01-28 15:01:04 +01:00
version bump version to 1.60.0 2022-01-07 10:04:15 +01: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.