]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #62969 - saleemjaffer:declutter_interperror, r=RalfJung
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 2 Aug 2019 10:14:15 +0000 (12:14 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2019 10:14:15 +0000 (12:14 +0200)
commit51dc78e4cce65de98ead91799d05372ce25cba2a
tree06b32ff2b69cf80120119af75618fceb0039fc5a
parent6b951c2950c728e9c3af8e378a3da5c8f1ec9293
parent00d32e8687a91f016580e0dee22cec0531ed028b
Rollup merge of #62969 - saleemjaffer:declutter_interperror, r=RalfJung

Changing the structure of `mir::interpret::InterpError`

Implements [this](https://github.com/rust-rfcs/const-eval/issues/4#issuecomment-514559965)