Skip to content

Disallow importing private items - #4072

Closed
catamorphism wants to merge 1 commit into
rust-lang:incomingfrom
catamorphism:issue-3993
Closed

Disallow importing private items#4072
catamorphism wants to merge 1 commit into
rust-lang:incomingfrom
catamorphism:issue-3993

Conversation

@catamorphism

Copy link
Copy Markdown
Contributor

resolve wasn't checking that a use referred to a public item.

r? @brson

resolve wasn't checking that a `use` referred to a public item.
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Dec 21, 2024
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
4652: Upgrade Chalk r=kjeremy a=flodiebold
Fixesrust-lang#4072.
Co-authored-by: Florian Diebold <florian.diebold@freiheit.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@catamorphism