Skip to content

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

Closed
@brson

Description

@brson
Contributor

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.

Activity

added a commit that references this issue on May 15, 2021

Merge pull request rust-lang#3155 from emilio/missed-spans-bug

b2706eb
added a commit that references this issue on Nov 12, 2023

Auto merge of rust-lang#3155 - RalfJung:data-race-docs, r=RalfJung

added a commit that references this issue on Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-linkageArea: linking into static, shared libraries and binariesA-resolveArea: Name/path resolution done by `rustc_resolve` specifically

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @brson@catamorphism

        Issue actions

          cross-crate impl of reexported trait isn't resolved · Issue #3155 · rust-lang/rust