Files
rust/src
Manish Goregaokar d180c79a2f Rollup merge of #74568 - aticu:master, r=Mark-Simulacrum
Apply #66379 to `*mut T` `as_ref`

#66379 changed the documentation of `as_ref` on the type `*const T` and `as_mut` on the type `*mut T`, but it missed making that same change for `as_ref` on the type `*mut T`.
2020-07-22 09:29:11 -07:00
..
2020-07-20 16:44:46 +02:00
2020-07-16 19:36:49 -04:00
2020-07-16 19:36:49 -04:00
2020-07-17 08:28:19 +10:00
2020-07-17 11:49:35 -07:00
2020-07-17 11:49:35 -07:00
2020-07-16 19:36:49 -04:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.