Files
rust/src
Trevor Gross b08772cd95 Rollup merge of #155686 - Walnut356:array_type, r=jieyouxu
Fix array template arg lookup behavior

Minor logic error. `get_template_args` expects a matching `<`/`>` pair. We were passing in an array type with the beginning `<` removed, so the template arg behavior would fail.
2026-04-23 20:32:51 -04:00
..
2026-02-14 16:59:09 +01:00
2026-04-16 19:30:56 -04:00
2026-04-10 10:49:37 -04:00

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.