1. 26 7月, 2017 1 次提交
    • I
      Modified error for loop mut borrow conflicts · c802fc71
      Isaac van Bakel 提交于
      Error message now makes clear that mutable borrow conflicts on a single
      value in a loop body is caused by the borrow outlasting a single pass of
      the loop.
      Loop conflicts are detected by seeing when two borrow locations are the
      same - which indicates the same code being run more than once.
      c802fc71
  2. 25 7月, 2017 6 次提交
  3. 24 7月, 2017 24 次提交
  4. 23 7月, 2017 9 次提交