Skip to content
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

Can't use names to impl them #16145

Closed
kmcallister opened this issue Jul 31, 2014 · 2 comments
Closed

Can't use names to impl them #16145

kmcallister opened this issue Jul 31, 2014 · 2 comments

Comments

@kmcallister
Copy link
Contributor

struct Foo;

mod bar {
    use super::Foo;
    impl Foo {
        fn f() { }
    }
}

gives

baz.rs:5:10: 5:13 error: found module name used as a type: impl bar::Foo::Foo (id=8)
baz.rs:5     impl Foo {
                  ^~~

when impl super::Foo works fine.

rustc 0.11.0 (49bc17b 2014-07-07 17:16:34 +0000)

@kmcallister
Copy link
Contributor Author

See also #16144

@jdm
Copy link
Contributor

jdm commented Jul 31, 2014

Dup of #12729.

@jdm jdm closed this as completed Jul 31, 2014
bors added a commit to rust-lang-ci/rust that referenced this issue Jan 3, 2024
internal: Split out a span crate

Allows getting rid of some of the dependency injection generics that my rewrite introduced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants