diff options
| author | Felix S Klock II <pnkfelix@pnkfx.org> | 2020-03-05 13:51:48 -0500 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-04-10 18:07:56 +0200 |
| commit | ee7a035d8c9ebb2c537abe8f03f4f3c2f6c0078c (patch) | |
| tree | 28b79c9e706072f93b82eb414f4909534bee3219 | |
| parent | 6e70849304f3f9d15edfdc1aaeb9d2ef9937ad79 (diff) | |
| download | rust-ee7a035d8c9ebb2c537abe8f03f4f3c2f6c0078c.tar.gz rust-ee7a035d8c9ebb2c537abe8f03f4f3c2f6c0078c.zip | |
Update src/test/ui/binding/issue-53114-borrow-checks.rs
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
| -rw-r--r-- | src/test/ui/binding/issue-53114-borrow-checks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/binding/issue-53114-borrow-checks.rs b/src/test/ui/binding/issue-53114-borrow-checks.rs index 6aee2699474..2eb11ed84d4 100644 --- a/src/test/ui/binding/issue-53114-borrow-checks.rs +++ b/src/test/ui/binding/issue-53114-borrow-checks.rs @@ -1,6 +1,6 @@ // Issue #53114: NLL's borrow check had some deviations from the old borrow // checker, and both had some deviations from our ideal state. This test -// captures the behavior of how `_` bindings are handled wiith respect to how we +// captures the behavior of how `_` bindings are handled with respect to how we // flag expressions that are meant to request unsafe blocks. struct M; |
