Skip to content

Commit

Permalink
Auto merge of rust-lang#27185 - pnkfelix:test-cyclic-collections, r=a…
Browse files Browse the repository at this point in the history
…lexcrichton

This test attempts to exercise cyclic structure in much of `std::collections`

(as much as is possible; e.g. things like `EnumSet` and `BitVec` do not really support carrying references at all, so trying to represent cyclic structure within them dooes not really make sense.)

This work should land before we make future revisions to `dropck`; that is, I am attempting to catch potential regressions to cases where we supported cyclic structure circa Rust 1.2.
  • Loading branch information
bors committed Jul 22, 2015
2 parents d33cab1 + 4128583 commit 9090420
Showing 1 changed file with 759 additions and 0 deletions.
Loading

0 comments on commit 9090420

Please sign in to comment.