Skip to content

Instantly share code, notes, and snippets.

@dogamak
Created June 24, 2017 19:52
Show Gist options
  • Save dogamak/318ac8f1f026ab0b92073d95fd5c2c6d to your computer and use it in GitHub Desktop.
Save dogamak/318ac8f1f026ab0b92073d95fd5c2c6d to your computer and use it in GitHub Desktop.
error[E0119]: conflicting implementations of trait `std::convert::From<&str>` for type `main::SubComponent`:
--> /home/dogamak/Code/xcbars/examples/bar.rs:84:37
|
84 | .add_component(Slot::Right, composite!("Down: ", down_speed))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| first implementation here
| conflicting implementation for `main::SubComponent`
|
= note: this error originates in a macro outside of the current crate
error: aborting due to previous error
error: Could not compile `xcbars`.
Build failed, waiting for other jobs to finish...
error: build failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment