]> git.lizzy.rs Git - rust.git/commit
Add test that shows how a cycle between the where-clauses on a type
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 11 Feb 2015 15:32:21 +0000 (10:32 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Thu, 12 Feb 2015 18:29:52 +0000 (13:29 -0500)
commit21fb420592bd4ee03e81efe7b2dbd7115e790e3a
treeb89a24699415c81845d7513b38eff1855de3b25a
parent14141aca80a78dc8ec67bce463c5677ec0280264
Add test that shows how a cycle between the where-clauses on a type
and the type appearing in the trait would (previously) trigger an
error message. The code is now accepted. No reported issue that I am
aware of.
src/test/run-pass/astconv-cycle-between-trait-and-type.rs [new file with mode: 0644]