suggest casting between i/u32 and char As discussed in https://github.com/rust-lang/rust/issues/91063 , this adds a suggestion for converting between i32/u32 <-> char with `as`, and a short explanation for why this is safe
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.