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