Files
rust/src
Dylan DPC 1bf4873aac Rollup merge of #70540 - jonas-schievink:link-attr-template, r=varkor
#[link]: mention wasm_import_module instead of cfg

`#[link(cfg)]` is perma-unstable and is not documented anywhere else. It makes more sense to mention `wasm_import_module` here since it's stable.

This makes it harder to hit https://github.com/rust-lang/rust/issues/70538 (if it weren't for this text, I wouldn't even know this feature existed).
2020-03-29 21:23:53 +02:00
..
2020-03-26 15:49:22 +00:00
2020-03-21 22:18:57 +01:00
2020-03-19 07:53:32 +01:00
2020-03-26 15:49:22 +00:00
2020-03-26 15:49:22 +00:00
2020-03-29 11:12:55 +01:00
2020-03-19 14:38:09 +00: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.