Skip to content

Commit ee7a035

Browse files
pnkfelixCentril
andcommitted
Update src/test/ui/binding/issue-53114-borrow-checks.rs
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 6e70849 commit ee7a035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/binding/issue-53114-borrow-checks.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Issue #53114: NLL's borrow check had some deviations from the old borrow
22
// checker, and both had some deviations from our ideal state. This test
3-
// captures the behavior of how `_` bindings are handled wiith respect to how we
3+
// captures the behavior of how `_` bindings are handled with respect to how we
44
// flag expressions that are meant to request unsafe blocks.
55

66
struct M;

0 commit comments

Comments
 (0)