hax icon indicating copy to clipboard operation
hax copied to clipboard

characters are type annotated as `char` instead of `FStar.Char.char`

Open maximebuyse opened this issue 1 year ago • 0 comments

#[allow(dead_code)]


fn test() {
   let mut s = String::from("ab");
   let b = s.pop();
}

Open this code snippet in the playground

maximebuyse avatar Aug 13 '24 09:08 maximebuyse