You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error comes from an example file that uses the library I'm working on. The library itself compiles fine, the example does not. Full error:
error[E0428]: the name `_` is defined multiple times
|
= note: `_` must be defined only once in the type namespace of this module
error: aborting due to previous error
For more information about this error, try `rustc --explain E0428`.
error: Could not compile `tinyhttp`.
The bug only occurs when I use a relative pub use.