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

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
Felix S Klock II 2020-03-05 13:51:48 -05:00 committed by Mazdak Farrokhzad
parent 6e70849304
commit ee7a035d8c

View File

@ -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;