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

librustc: Disallow use from reaching into impls or traits. #6462

Closed
wants to merge 1 commit into from

Conversation

pcwalton
Copy link
Contributor

This can perhaps be restored in the future. For now this is a precursor to
making typedefs work as expected.

r? @nikomatsakis

This can perhaps be restored in the future. For now this is a precursor to
making typedefs work as expected.
@catamorphism
Copy link
Contributor

Needs rebase

@pcwalton pcwalton closed this May 23, 2013
@pcwalton pcwalton deleted the use-from-traits branch May 23, 2013 05:06
bors added a commit that referenced this pull request Jul 18, 2014
Importing from types was disallowed in #6462. Flag was set for paths whether it is a module or a type. Type flag was set when impl was seen. The problem is, for cross-crate situations, when reexport is involved, it is possible that impl is seen too late because metadata is loaded lazily.

Fix #15664.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 15, 2021
…llercup,Manishearth,oli-obk,matthiaskrgr,phansch,mikerite,mcarton,yaahc,ebroto

Roadmap for 2021

[Rendered](https://github.com/flip1995/rust-clippy/blob/roadmap/doc/roadmap-2021.md)

This is the first time Clippy gets its own roadmap. The reason for this roadmap is, that with the Rust language growing, also Clippy is growing. With this keeping track of and implementing bigger projects gets quite hard. This roadmap should help in exactly this regard.

After having the approval of this roadmap by the Clippy team, we want to know from the community:

- What do you think in general about this roadmap?
- Are there any pain points in Clippy, that should be included here?
- What of the points listed here has the highest priority for you?

We're looking forward to getting your feedback!

changelog: Add roadmap for Clippy 2021

r? `@rust-lang/clippy`
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

Successfully merging this pull request may close these issues.

2 participants