Skip to content

Commit

Permalink
Update src/traits/caching.md
Browse files Browse the repository at this point in the history
Co-Authored-By: csmoe <csmoe@msn.com>
  • Loading branch information
mark-i-m and csmoe committed Oct 25, 2018
1 parent e35e081 commit 4196710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ we would [confirm] `ImplCandidate(22)`, which would (as a side-effect) unify
[confirm]: ./resolution.html#confirmation

Now, at some later time, we might come along and see a `usize :
Foo<$u>`. When placeholder, this would yield `usize : Foo<$0>`, just as
Foo<$u>`. When replaced with a placeholder, this would yield `usize : Foo<$0>`, just as
before, and hence the cache lookup would succeed, yielding
`ImplCandidate(22)`. We would confirm `ImplCandidate(22)` which would
(as a side-effect) unify `$u` with `isize`.
Expand Down

0 comments on commit 4196710

Please sign in to comment.