This commit is contained in:
Santiago Pastorino 2020-04-19 12:54:45 -03:00 committed by GitHub
parent 695e58d5ec
commit 0daa3f7053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ Percentage : 0%
Here we used the `..` operator to ask "how often do we have
`do_mir_borrowck` on the stack and then, later, some function whose
name begins with `rusc::traits`?" (basically, code in that module). It
name begins with `rustc::traits`?" (basically, code in that module). It
turns out the answer is "almost never" — only 12 samples fit that
description (if you ever see *no* samples, that often indicates your
query is messed up).