Files
Rust timing bot 19b70ac34d Unrolled build for #155772
Rollup merge of #155772 - oli-obk:const-closures-everywhere, r=fee1-dead

Check closure's constness validity in the constness query

fixes rust-lang/rust#155584

instead of checking during ast lowering, where it's not easily possible to obtain all the right information in time. While lowering an assoc item we don't know if the parent was a const trait or a const impl. Tracing this information is quite annoying, and complicates a lot of code, which checking here after the fact is trivial.
2026-04-27 13:12:48 +02:00
..
2026-04-20 00:18:28 +08:00
2026-04-15 13:50:43 +02:00
2026-04-27 13:12:48 +02:00
2026-04-20 00:18:28 +08:00
2026-04-20 00:18:28 +08:00
2026-04-08 21:09:07 +02:00
2026-04-20 00:18:28 +08:00