rust/src
Matthias Krüger 6cfe9af6a0
Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillot
Fix ICE on format string of macro with secondary-label

This generalizes the fix #86104 to also correctly skip `Span::from_inner` for the `secondary_label` of a format macro parsing error as well.

We can alternatively skip the `span_label` diagnostic call for the secondary label as well, since that label probably only makes sense when the _proper_ span is computed.

Fixes #91556
2021-12-10 22:40:35 +01:00
..
bootstrap Install llvm tools to sysroot when assembling local toolchain 2021-12-08 18:38:35 -06:00
build_helper
ci Rollup merge of #90550 - ehuss:update-ca, r=Mark-Simulacrum 2021-12-08 11:08:56 +01:00
doc Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett 2021-12-09 05:08:32 +01:00
etc Implement @snapshot check for htmldocck 2021-12-01 15:12:10 -08:00
librustdoc Rollup merge of #91667 - GuillaumeGomez:fix-index-itemtypes, r=notriddle 2021-12-08 23:18:07 +01:00
llvm-project@2b9078f4af LLVM support .insn directive 2021-12-04 16:56:21 +01:00
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillot 2021-12-10 22:40:35 +01:00
tools Rollup merge of #91666 - RalfJung:miri, r=RalfJung 2021-12-09 05:02:23 +01:00
README.md
stage0.json Bump bootstrap compiler 2021-11-30 10:44:21 -05:00
version Bump to 1.59 2021-11-26 14:53:55 -05: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.