We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debug_unreachable
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
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 [...]
The text was updated successfully, but these errors were encountered:
rust-lang/rust#56590
Sorry, something went wrong.
rust-lang/rust#56590 has been fixed.
No branches or pull requests
The text was updated successfully, but these errors were encountered: