Update src/test/ui/nll/issue-63154-normalize.rs

review feedback

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
Felix S Klock II 2019-10-07 10:19:38 +02:00 committed by GitHub
parent 6dd86b411f
commit 00bf29bded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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