Skip to content

Commit

Permalink
Merge pull request #98 from lqd/panic_message_in_a_bottle
Browse files Browse the repository at this point in the history
Invert loan and point arguments in loc insensitive check
  • Loading branch information
nikomatsakis authored Jan 11, 2019
2 parents b388c4e + 3f3614a commit ecafafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn test_facts(all_facts: &AllFacts, algorithms: &[Algorithm]) {
"naive analysis had error for `{:?}` at `{:?}` \
but insensitive analysis did not \
(loans = {:#?})",
naive_point, naive_loan, insensitive_loans,
naive_loan, naive_point, insensitive_loans,
);
}
}
Expand Down

0 comments on commit ecafafb

Please sign in to comment.