Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. fn main() {
  2. let visual_studio_path = {
  3. let vswhere_stdout = String::from_utf8(vswhere_output.stdout)
  4. .expect("vswhere output is not valid UTF-8");
  5. String::from(vswhere_stdout.trim())
  6. };
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement