pastebin

Paste Search Dynamic
Recent pastes
let temp match
  1. let temp;
  2. match f {
  3. Ok (file) => temp = file, Err (e) => temp = Err (e),
  4. }
  5.  let mut f = temp;
Parsed in 0.001 seconds