diff options
| author | Oliver Schneider <git-no-reply-9879165716479413131@oli-obk.de> | 2018-04-13 17:56:45 +0200 |
|---|---|---|
| committer | Oliver Schneider <git-no-reply-9879165716479413131@oli-obk.de> | 2018-04-13 17:56:45 +0200 |
| commit | 4f6d11804893f5cfbb6bd0809985f9c77acd9969 (patch) | |
| tree | 59eddd7e400194ab987616aeadf0b5678edfe068 /src/librustc/ty/structural_impls.rs | |
| parent | 99d4886ead646da864cff7963f540a44acd4af05 (diff) | |
| download | rust-4f6d11804893f5cfbb6bd0809985f9c77acd9969.tar.gz rust-4f6d11804893f5cfbb6bd0809985f9c77acd9969.zip | |
Don't abort const eval due to long running evals, just warn
Diffstat (limited to 'src/librustc/ty/structural_impls.rs')
| -rw-r--r-- | src/librustc/ty/structural_impls.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/ty/structural_impls.rs b/src/librustc/ty/structural_impls.rs index 8cf662ccaea..7b4b7082bb6 100644 --- a/src/librustc/ty/structural_impls.rs +++ b/src/librustc/ty/structural_impls.rs @@ -509,7 +509,6 @@ impl<'a, 'tcx> Lift<'tcx> for interpret::EvalError<'a> { Intrinsic(ref s) => Intrinsic(s.clone()), OverflowingMath => OverflowingMath, InvalidChar(c) => InvalidChar(c), - ExecutionTimeLimitReached => ExecutionTimeLimitReached, StackFrameLimitReached => StackFrameLimitReached, OutOfTls => OutOfTls, TlsOutOfBounds => TlsOutOfBounds, |
