Implied bound not implied across crates #122859
Labels
A-implied-bounds
Area: Implied bounds / inferred outlives-bounds
C-bug
Category: This is a bug.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
This compiles fine, however if crate_b is a separate crate instead of a local module, it errors with:
This is not fixed by the next solver (
-Znext-solver
).Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: