]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #61618 - RalfJung:error, r=oli-obk
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 7 Jun 2019 14:48:10 +0000 (16:48 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2019 14:48:10 +0000 (16:48 +0200)
make the backtrace field of EvalError private

This also makes sure people don't contruct these the wrong way (i.e., not through the `From` instance).

r? @oli-obk


Trivial merge