mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
326839bf7f
Fix ICE on field access on a tainted type after const-eval failure Fixes #120615. r? oli-obk or compiler