mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
a240ccd81c
Treat static refs as `mir::ConstantKind::Val` With the upcoming introduction of Valtrees we want to treat more values as `mir::ConstantKind::Val` directly. r? `@lcnr` cc `@oli-obk`
For more information about how rustc works, see the rustc dev guide.