The string 0xf64 is a hex literal (for the number 3940), but rust-mode highlights the f64 as a type suffix, making it appear to be a floating point number. This also happens when there are leading digits, such as in 0x1234f64.
Not a huge deal, but maybe something that you want to fix.