Files
rust/compiler
bors 432972cae6 Auto merge of #132275 - compiler-errors:deref-effects, r=fee1-dead
Register `~const` preds for `Deref` adjustments in HIR typeck

This doesn't *do* anything yet, since `Deref` and `DerefMut` aren't constified, and we explicitly don't error on calling non-const trait methods in HIR yet -- presumably that will wait until std is re-constified. But I'm confident this logic is correct, and this (afaict?) is the only major hole left in enforcing `~const` in HIR typeck.

r? fee1-dead
2024-11-04 12:12:55 +00:00
..
2024-11-02 20:25:06 +00:00
2024-11-04 17:36:25 +11:00
2024-11-03 18:59:31 +00:00
2024-10-31 10:55:45 +01:00
2024-10-30 16:20:49 +00:00
2024-10-29 17:01:24 +01:00