]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #30714 - wesleywiser:fix_29914, r=arielb1
authorbors <bors@rust-lang.org>
Tue, 16 Feb 2016 17:13:46 +0000 (17:13 +0000)
committerbors <bors@rust-lang.org>
Tue, 16 Feb 2016 17:13:46 +0000 (17:13 +0000)
The issue was that the const evaluator was returning an error because
the feature flag const_indexing wasn't turned on. The error was then
reported as a bug.

Fixes #29914


Trivial merge