rust/compiler/rustc_metadata/src
bors 1fb6947abc Auto merge of #115286 - saethlin:detangler, r=petrochenkov
Skip rendering metadata strings from include_str!/include_bytes!

The const rendering code in rustdoc completely ignores consts from expansions, but the compiler was rendering all consts. So some consts (namely those from `include_bytes!`) were rendered then ignored.

Most of the diff here is from moving `print_const_expr` from rustdoc into `rustc_hir_pretty` so that it can be used in rustdoc and when building rmeta files.
2023-09-02 04:53:19 +00:00
..
rmeta Auto merge of #115286 - saethlin:detangler, r=petrochenkov 2023-09-02 04:53:19 +00:00
creader.rs Remove metadata_loader query 2023-08-13 16:38:50 +00:00
dependency_format.rs rustc: Move crate_types from Session to GlobalCtxt 2023-08-09 14:17:54 +08:00
errors.rs Suggest x build library for a custom toolchain that fails to load core 2023-07-04 09:37:40 +08:00
foreign_modules.rs Do not fetch HIR in native_libs. 2023-07-17 07:37:03 +00:00
fs.rs rustc: Move crate_types from Session to GlobalCtxt 2023-08-09 14:17:54 +08:00
lib.rs Reuse const rendering from rustdoc in rmeta encoding 2023-09-01 17:22:48 -04:00
locator.rs rustc_interface: Dismantle register_plugins query 2023-08-07 19:33:23 +08:00
native_libs.rs rustc: Move crate_types from Session to GlobalCtxt 2023-08-09 14:17:54 +08:00