mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 10:39:01 +00:00
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`