about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFelix S Klock II <pnkfelix@pnkfx.org>2019-10-07 10:19:38 +0200
committerGitHub <noreply@github.com>2019-10-07 10:19:38 +0200
commit00bf29bded074ee20460f620cad04205a33df499 (patch)
tree160c3c7d06da5333a5897faac99ec644d2db7dda /src
parent6dd86b411f08b3287ea565b41582641d496b66bf (diff)
downloadrust-00bf29bded074ee20460f620cad04205a33df499.tar.gz
rust-00bf29bded074ee20460f620cad04205a33df499.zip
Update src/test/ui/nll/issue-63154-normalize.rs
review feedback

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/nll/issue-63154-normalize.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/nll/issue-63154-normalize.rs b/src/test/ui/nll/issue-63154-normalize.rs
index 2c18dc5d8e0..484c12879d3 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.