fix typo: intialized -> initialized

This commit is contained in:
Hiroshi Kori 2021-12-26 16:20:38 -08:00
parent 7ddad349b1
commit 7a3a668bc9
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
#![feature(rustc_attrs)]
// Test to ensure that we can handle cases where
// let statements create no bindings are intialized
// let statements create no bindings are initialized
// using a Place expression
//
// Note: Currently when feature `capture_disjoint_fields` is enabled