Skip to content

error[E0465]: multiple rlib candidates for debug_unreachable found #447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bjorn3 opened this issue Dec 12, 2018 · 2 comments
Closed

error[E0465]: multiple rlib candidates for debug_unreachable found #447

bjorn3 opened this issue Dec 12, 2018 · 2 comments
Labels
bug The playground isn't doing what it was intended to upstream Caused by a third-party component

Comments

@bjorn3
Copy link
Member

bjorn3 commented Dec 12, 2018

trait Backend: 'static {}
struct Wrapper<B: Backend + 'static>(B);

fn accept_backend(_: &mut B<impl Backend>) {}
   Compiling playground v0.0.1 (/playground)
error[E0465]: multiple rlib candidates for `debug_unreachable` found
  |
note: candidate #1: /playground/target/debug/deps/libdebug_unreachable-d899b14b22145e8e.rlib
note: candidate #2: /playground/target/debug/deps/libdebug_unreachable-9d0e41b84129772b.rlib
[...]
@shepmaster shepmaster added the bug The playground isn't doing what it was intended to label Dec 12, 2018
@shepmaster
Copy link
Member

rust-lang/rust#56590

@shepmaster shepmaster added the upstream Caused by a third-party component label Mar 14, 2019
@bjorn3
Copy link
Member Author

bjorn3 commented Oct 27, 2020

rust-lang/rust#56590 has been fixed.

@bjorn3 bjorn3 closed this as completed Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The playground isn't doing what it was intended to upstream Caused by a third-party component
Projects
None yet
Development

No branches or pull requests

2 participants