mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
aff003becd
Add `ConstKind::Expr` Starting to implement `ty::ConstKind::Abstract`, most of the match cases are stubbed out, some I was unsure what to add, others I didn't want to add until a more complete implementation was ready. r? `@lcnr`