Can you solve this rust code snippet and find output without "running"? - You are the compiler

(No cheating 😉)
#rustlang #rust #programming
#rusttips #rustchallenge #rustlanguage

@AstraKernel assuming it compiles (I've not tried that number specifier before) I am guessing the output is "10"? #rustlang #rustchallenge #YouAreTheCompiler
@gibwar incorrect my friend. Check how bitwise operator works and formatting parameters 😊
@AstraKernel ahah! That was fun! I totally did mess up the bitshift even though I thought of it, but after reading the format docs I'm going to guess the output is "0008"? I was stuck on the idea that "04" was to do base 4. Love it!