mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
0b7a7930b4
Add type to `ConstKind::Placeholder` I simply threaded `<'tcx>` through everything that required it. I'm not sure whether this is the correct thing to do, but it seems to work. r? `@nikomatsakis`