From 00bf29bded074ee20460f620cad04205a33df499 Mon Sep 17 00:00:00 2001 From: Felix S Klock II Date: Mon, 7 Oct 2019 10:19:38 +0200 Subject: [PATCH] Update src/test/ui/nll/issue-63154-normalize.rs review feedback Co-Authored-By: Mazdak Farrokhzad --- src/test/ui/nll/issue-63154-normalize.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/nll/issue-63154-normalize.rs b/src/test/ui/nll/issue-63154-normalize.rs index 2c18dc5d8e09..484c12879d33 100644 --- a/src/test/ui/nll/issue-63154-normalize.rs +++ b/src/test/ui/nll/issue-63154-normalize.rs @@ -1,6 +1,6 @@ // Regression test for rust-lang/rust#63154 // -// Before, we would ICE after faiing to normalize the destination type +// Before, we would ICE after failing to normalize the destination type // when checking call destinations and also when checking MIR // assignment statements.