Created
September 8, 2016 14:15
-
-
Save simias/3e88263b0fbcc029485778efd01b4f1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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