rust/compiler/rustc_metadata/src
bors 6885bdf1af Auto merge of #150603 - Kivooeo:tuple-struct, r=BoxyUwU
MGCA: Support for tuple constructors

r? BoxyUwU

part of https://github.com/rust-lang/rust/issues/132980

fixes rust-lang/rust#136379
fixes rust-lang/rust#138132

i tried to keep implementation very minimal and it's very similar to how structs was implemented with small adjustments

this does not make const constructor like None works, just something like Some(n)

todo:
* ~~tests~~
* write a better description (not sure if needed)
* add more comments and FIXMEs from structs code
2026-01-05 01:45:18 +00:00
..
rmeta Auto merge of #150603 - Kivooeo:tuple-struct, r=BoxyUwU 2026-01-05 01:45:18 +00:00
creader.rs Remove dependencies field of CrateMetadata 2025-12-15 09:52:58 +00:00
dependency_format.rs Rename variants of CrateDepKind to be more descriptive 2025-12-15 09:52:57 +00:00
eii.rs make EII iteration faster 2025-12-12 11:28:58 +01:00
errors.rs Rollup merge of #150429 - Noratrieb:tier-3-errors, r=Urgau 2025-12-27 15:46:57 +01:00
foreign_modules.rs Retire hir::ForeignItemRef. 2025-07-13 13:50:00 +00:00
fs.rs Move metadata object generation for dylibs to the linker code 2025-06-03 10:04:34 +00:00
lib.rs Dogfood strip_circumfix 2025-12-20 13:56:25 +02:00
locator.rs Rollup merge of #150429 - Noratrieb:tier-3-errors, r=Urgau 2025-12-27 15:46:57 +01:00
native_libs.rs Emit check-cfg lints during attribute parsing rather than evaluation#149215 2025-12-06 10:22:13 +01:00