]> git.lizzy.rs Git - rust.git/commit
Bugfix .each_edge in middle/graph.rs
authorblake2-ppc <blake2-ppc>
Wed, 7 Aug 2013 17:29:19 +0000 (19:29 +0200)
committerCorey Richardson <corey@octayn.net>
Thu, 8 Aug 2013 02:39:57 +0000 (22:39 -0400)
commite7d4a9c7f248a87a1aa6b5008c7229da2b69a20f
treead89d5d1c4b08b6305cb34620c5157c4554ce7de
parent40bdbf0f5d1e997891918a2bf8bec5fc61432f05
Bugfix .each_edge in middle/graph.rs

Edge iterator used the length of the nodes vector, must be a mistake.
src/librustc/middle/graph.rs