X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir_typeck%2Fsrc%2Fexpr_use_visitor.rs;h=c8cda0dc90c6daf39095057859453ec164196609;hb=c0f80e71661b02270613254dda588ef737df3a31;hp=7774ffc9b9793ea8ac6a93a0e41b9ca196514a71;hpb=d1193ad1e6f05271b442a96d6ea7de18b66163a0;p=rust.git diff --git a/compiler/rustc_hir_typeck/src/expr_use_visitor.rs b/compiler/rustc_hir_typeck/src/expr_use_visitor.rs index 7774ffc9b97..c8cda0dc90c 100644 --- a/compiler/rustc_hir_typeck/src/expr_use_visitor.rs +++ b/compiler/rustc_hir_typeck/src/expr_use_visitor.rs @@ -417,7 +417,7 @@ fn maybe_read_scrutinee<'t>( // Named constants have to be equated with the value // being matched, so that's a read of the value being matched. // - // FIXME: We don't actually reads for ZSTs. + // FIXME: We don't actually reads for ZSTs. needs_to_be_read = true; } _ => {