Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #![allow(unused)]
  2. fn main() {
  3. let this_file = file!();
  4. println!("defined in file: {}", this_file);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement