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

Turn on deprecation warning for renamed lints #18398

Merged
merged 3 commits into from
Oct 31, 2014

Conversation

aturon
Copy link
Member

@aturon aturon commented Oct 28, 2014

A recent PR renamed a number of lints based on new conventions.

That PR did not turn on the new lint deprecation infrastructure, since it needed a snapshot before doing so.

The snapshot has landed, so this PR finishes the work:

  • Turns on lint deprecation warnings
  • Renames lint uses in the codebase
  • Adds a regression test for the deprecation warning

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Oct 31, 2014
Conflicts:
	src/libcollections/slice.rs
	src/libcore/failure.rs
	src/libsyntax/parse/token.rs
	src/test/debuginfo/basic-types-mut-globals.rs
	src/test/debuginfo/simple-struct.rs
	src/test/debuginfo/trait-pointers.rs
@bors bors merged commit d9eb13b into rust-lang:master Oct 31, 2014
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.

3 participants