]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #47906 - Zoxc:nocycle, r=nikomatsakis
authorbors <bors@rust-lang.org>
Sat, 17 Feb 2018 02:58:21 +0000 (02:58 +0000)
committerbors <bors@rust-lang.org>
Sat, 17 Feb 2018 02:58:21 +0000 (02:58 +0000)
Add a `fatal_cycle` attribute for queries which indicates that they will cause a fatal error on query cycles

This moves us towards the goal of having cycle errors be non-fatal by not relying on the default implementation of `ty::maps::values::Value` which aborts on errors.

r? @nikomatsakis


Trivial merge