rust/src/test/compile-fail/nll
bors 4f93357d3b Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis
MIR-borrowck: augmented assignment causes duplicate errors

Fixes #45697. This PR resolves the error duplication. I attempted to replace the existing sets since there were quite a few but only managed to replace two of them.

r? @nikomatsakis
2018-02-07 02:20:23 +00:00
..
constant-thread-locals-issue-47053.rs Add testing coverage for assigning to immutable thread-locals. 2018-01-20 21:48:55 +01:00
do-not-ignore-lifetime-bounds-in-copy.rs Do not ignore lifetime bounds in Copy impls 2018-01-30 14:00:27 -03:00
loan_ends_mid_block_pair.rs Update tests for -Zborrowck-mir -> -Zborrowck=mode migration 2017-11-26 16:39:15 +01:00
loan_ends_mid_block_vec.rs Update tests for -Zborrowck-mir -> -Zborrowck=mode migration 2017-11-26 16:39:15 +01:00
reference-carried-through-struct-field.rs Swapped order of left/right visits to ensure consistency in read/write pass ordering when -O is passed. 2018-02-05 22:31:56 +00:00
region-ends-after-if-condition.rs Update tests for -Zborrowck-mir -> -Zborrowck=mode migration 2017-11-26 16:39:15 +01:00
return_from_loop.rs Update tests for -Zborrowck-mir -> -Zborrowck=mode migration 2017-11-26 16:39:15 +01:00
where_clauses_in_functions.rs connect NLL machinery to the NiceRegionError code 2017-12-20 14:38:12 -05:00
where_clauses_in_structs.rs connect NLL machinery to the NiceRegionError code 2017-12-20 14:38:12 -05:00