mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:15:51 +00:00
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.