Created
January 25, 2017 23:31
-
-
Save cengiz-io/86869c32ca6faf9d38c9d70bd8c3a7e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn main() { | |
let mut z = 4; | |
let mut hede: Vec<u8> = vec![]; | |
let x = vec![]; | |
} | |
/* | |
_#0t | |
---> _#0t | |
std::vec::Vec<u8> | |
---> std::vec::Vec<u8> | |
---> u8 | |
_#4t | |
---> _#4t | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment