Files
rust/src
Manish Goregaokar 90f1d724c8 Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung
Stabilize `transmute` in constants and statics but not const fn

cc #53605 (leaving issue open so we can add `transmute` to `const fn` later)

Previous attempt: #64011

r? @RalfJung

cc @rust-lang/wg-const-eval
2020-07-11 08:53:06 -07:00
..
2020-07-10 07:39:28 -04:00
2020-07-08 12:08:27 -04:00
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -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.