hax
hax copied to clipboard
characters are type annotated as `char` instead of `FStar.Char.char`
#[allow(dead_code)]
fn test() {
let mut s = String::from("ab");
let b = s.pop();
}