Skip to content

Instantly share code, notes, and snippets.

@simias
Created September 8, 2016 14:15
Show Gist options
  • Select an option

  • Save simias/3e88263b0fbcc029485778efd01b4f1a to your computer and use it in GitHub Desktop.

Select an option

Save simias/3e88263b0fbcc029485778efd01b4f1a to your computer and use it in GitHub Desktop.
rustation/src/tracer.rs:62:40: 62:44 error: mismatched types [E0308]
rustation/src/tracer.rs:62 let var = self.variables.entry(name);
^~~~
rustation/src/tracer.rs:62:40: 62:44 help: run `rustc --explain E0308` to see a detailed explanation
rustation/src/tracer.rs:62:40: 62:44 note: expected type `std::string::String`
rustation/src/tracer.rs:62:40: 62:44 note: found type `&str`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment