]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #48033 - GuillaumeGomez:better-char-cast-message, r=estebank
authorkennytm <kennytm@gmail.com>
Wed, 14 Feb 2018 08:14:31 +0000 (16:14 +0800)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2018 08:14:31 +0000 (16:14 +0800)
commita5c3209374261b2589e7be4d19953fd14f268ccc
tree4cb86c185204f5e0d74d7c43ccb45095a936d1d6
parentc88a6fe569bb599c0b2f8fa48a9d72ef9d717897
parent0cccd9aca51e3fe2952633b34c4c877539d1113d
Rollup merge of #48033 - GuillaumeGomez:better-char-cast-message, r=estebank

Show better warning for trying to cast non-u8 scalar to char

Fixes #44201.