Skip to content

Warning on u8 -> char casts; warning: can't cast this type, #[warn(const_err)] #33291

@bluss

Description

@bluss

This is a new warning in recent nightlies, for u8 -> char casts.

src/bin.rs:71:13: 71:25 warning: can't cast this type, #[warn(const_err)] on by default
src/bin.rs:71     if c >= 33u8 as char && c < 128u8 as char {
                          ^~~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions