Guest User

Untitled

a guest
Nov 20th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. fn parse_command_line(args: [str]/&)
  2. {
  3. let t = vec::tail(args);
  4. io::println(#fmt["%?", t]);
  5. }
  6.  
  7. //warning: instantiating copy type parameter with a not implicitly copyable type
  8. // (pointing to vec)
Add Comment
Please, Sign In to add comment