]> git.lizzy.rs Git - rust.git/commit
Auto merge of #21792 - nikomatsakis:orphan-ordered-first, r=aturon
authorbors <bors@rust-lang.org>
Sun, 1 Feb 2015 01:34:08 +0000 (01:34 +0000)
committerbors <bors@rust-lang.org>
Sun, 1 Feb 2015 01:34:08 +0000 (01:34 +0000)
commite8489d3cc7a44dc31030b17ec0faad795d3895df
tree8e3046a83a110f6761ddf2c8417ab8f7e7ac3dfe
parentf1398d2736f132dd4af828b3d9134691f924b7e1
parent2c2879bbce4177552ce26c6445dcb7027a1245c7
Auto merge of #21792 - nikomatsakis:orphan-ordered-first, r=aturon

Update the coherence rules to "covered first" -- the first type parameter to contain either a local type or a type parameter must contain only covered type parameters.

cc #19470.
Fixes #20974.
Fixes #20749.

r? @aturon