Rust will yell at you if you use specific magic numbers like these edit: yes, 0xCAFEBABE is a warning but 0xFEEDFACE is not: 3405691582 https://github.com/rust-lang/rust/blob/d0ea1d767925d53b2230e...
0xCAFEBABE & 0xFEEDFACE (2003)
11–20 of 126 posts
Re: 0xCAFEBABE & 0xFEEDFACE (2003)
#12Re: 0xCAFEBABE & 0xFEEDFACE (2003)
#13Rust will yell at you if you use specific magic numbers like these edit: yes, 0xCAFEBABE is a warning but 0xFEEDFACE is not: 3405691582 https://github.com/rust-lang/rust/blob/d0ea1d767925d53b2230e...
Re: 0xCAFEBABE & 0xFEEDFACE (2003)
#14Rust will yell at you if you use specific magic numbers like these edit: yes, 0xCAFEBABE is a warning but 0xFEEDFACE is not: 3405691582 https://github.com/rust-lang/rust/blob/d0ea1d767925d53b2230e...
Re: 0xCAFEBABE & 0xFEEDFACE (2003)
#15Re: 0xCAFEBABE & 0xFEEDFACE (2003)
#16Re: 0xCAFEBABE & 0xFEEDFACE (2003)
#170x08675309 also shows up fairly often.
Re: 0xCAFEBABE & 0xFEEDFACE (2003)
#18Rust will yell at you if you use specific magic numbers like these edit: yes, 0xCAFEBABE is a warning but 0xFEEDFACE is not: 3405691582 https://github.com/rust-lang/rust/blob/d0ea1d767925d53b2230e...
But why?
Re: 0xCAFEBABE & 0xFEEDFACE (2003)
#19Rust will yell at you if you use specific magic numbers like these edit: yes, 0xCAFEBABE is a warning but 0xFEEDFACE is not: 3405691582 https://github.com/rust-lang/rust/blob/d0ea1d767925d53b2230e...