Files
rust/compiler
Matthias Krüger b0b3c92918 Rollup merge of #149445 - fee1-dead-contrib:push-msxupnksrusl, r=petrochenkov
make assoc fn inherit const stability from inherent `const impl` blocks

Pulled out of rust-lang/rust#147893, "Currently, one cannot add any const stability annotations on the individual assoc fns at all, as the specific pass that checks for const stability on const fn seems to run as a HIR visitor [and looks at HIR assoc fn constness, which should be changed to also look at its parent]. I suspect there are things to be cleaned up there."

I was slightly lazy so didn't add the "staged_api using staged_api in implicit const stable context, in const unstable context, in explicit const stable context" tests. nudge me if you want to see those!
2025-12-01 17:55:11 +01:00
..
fix
2025-11-27 17:55:34 +07:00
2025-11-25 21:00:46 +09:00
2025-11-18 09:20:21 +00:00
2025-10-12 08:08:30 +00:00
2025-09-26 17:53:49 +02:00
2025-11-19 00:17:37 -05:00