Skip to content

cross-crate impl of reexported trait isn't resolved #3155

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
brson opened this issue Aug 8, 2012 · 0 comments
Closed

cross-crate impl of reexported trait isn't resolved #3155

brson opened this issue Aug 8, 2012 · 0 comments
Labels
A-linkage Area: linking into static, shared libraries and binaries A-resolve Area: Name/path resolution done by `rustc_resolve` specifically
Milestone

Comments

@brson
Copy link
Contributor

brson commented Aug 8, 2012

run-pass/crate-method-reexport-grrrrrrrrr.rs doesn't work correctly with new trait/impls. It's aux file contains the following hack:

import name_pool::__extensions__;

Without it the add method on () isn't resolved.

bors pushed a commit to rust-lang-ci/rust that referenced this issue May 15, 2021
RalfJung pushed a commit to RalfJung/rust that referenced this issue Nov 12, 2023
data_race: link to docs for 'unusual' race conditions
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
We had a spurious update attempt logged in rust-lang#3155 for the job prior to
this fix would empty out the version strings. This was caused by use of
undefined variables.

Resolves: rust-lang#3155

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

Co-authored-by: Adrian Palacios <[email protected]>
Co-authored-by: Zyad Hassan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linkage Area: linking into static, shared libraries and binaries A-resolve Area: Name/path resolution done by `rustc_resolve` specifically
Projects
None yet
Development

No branches or pull requests

2 participants