Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #![feature(trace_macros)]
  2.  
  3. fn main() {
  4. trace_macros!(true);
  5. println!("Hello, world!");
  6. trace_macros!(false);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement