From 192d5330c40ea8ac4e3f3462c47c7cbe9b293ec9 Mon Sep 17 00:00:00 2001 From: Felix S Klock II Date: Thu, 5 Mar 2020 13:52:10 -0500 Subject: [PATCH] Update src/test/ui/binding/issue-53114-safety-checks.rs Co-Authored-By: Mazdak Farrokhzad --- src/test/ui/binding/issue-53114-safety-checks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/binding/issue-53114-safety-checks.rs b/src/test/ui/binding/issue-53114-safety-checks.rs index 86c863bc9a8..28adb7571a9 100644 --- a/src/test/ui/binding/issue-53114-safety-checks.rs +++ b/src/test/ui/binding/issue-53114-safety-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. #![feature(untagged_unions)]