Compile-Time Reflection MVP: tuples

This commit is contained in:
Oli Scherer 2025-03-12 10:26:37 +00:00 committed by Oli Scherer
parent e8f3cfc0de
commit a3359bdd4f
31 changed files with 456 additions and 53 deletions

View file

@ -1003,6 +1003,13 @@ cc = ["@lcnr"]
message = "HIR ty lowering was modified"
cc = ["@fmease"]
[mentions."library/core/src/mem/type_info.rs"]
message = """
The reflection data structures are tied exactly to the implementation
in the compiler. Make sure to also adjust `rustc_const_eval/src/const_eval/type_info.rs
"""
cc = ["@oli-obk"]
[mentions."compiler/rustc_error_codes/src/lib.rs"]
message = "Some changes occurred in diagnostic error codes"
cc = ["@GuillaumeGomez"]