]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebank
authorMara Bos <m-ou.se@m-ou.se>
Tue, 17 Nov 2020 15:13:53 +0000 (16:13 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Nov 2020 15:13:53 +0000 (16:13 +0100)
commitb6f52410bbdb3cc48abba8d7010db9c9c6fdc570
tree4dfcdfc447f3018eed3dd359660f8f844c031c11
parentdda479815ad382dc44a8b41dc516fb7fe3ebe8bc
parenta1cdf722f40da3f266496cb7866d271ce370338e
Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebank

Fix exhaustiveness in case a byte string literal is used at slice type

fixes #79048
compiler/rustc_middle/src/ty/context.rs
compiler/rustc_typeck/src/check/pat.rs
compiler/rustc_typeck/src/check/writeback.rs