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
…r=Mark-Simulacrum
Add test cases for inlining compiler-private items
Closesrust-lang#106421
This was already fixed by rust-lang#121218, but now the test cases are added.
…r=Mark-Simulacrum
Add test cases for inlining compiler-private items
Closesrust-lang#106421
This was already fixed by rust-lang#121218, but now the test cases are added.
Rollup merge of rust-lang#121284 - notriddle:notriddle/issue-106421, r=Mark-Simulacrum
Add test cases for inlining compiler-private items
Closesrust-lang#106421
This was already fixed by rust-lang#121218, but now the test cases are added.
Compare the following pages:
The issue can also be reproduced by setting up two crates, one with a type that has an inherent impl:
And the other re-exports it:
And compile them with, specifically, the following CLI parameters:
I expect
raise
to show up both in the original crate, and in the crate that re-exports it. Instead, it only shows blanket and auto trait impls.The text was updated successfully, but these errors were encountered: