Skip to content

Move lint framework to HIR#28192

Merged
bors merged 1 commit into
rust-lang:masterfrom
Manishearth:lint-hir
Sep 3, 2015
Merged

Move lint framework to HIR#28192
bors merged 1 commit into
rust-lang:masterfrom
Manishearth:lint-hir

Conversation

@Manishearth
Copy link
Copy Markdown
Member

LintPass still uses the AST, though there isn't any need to. This makes it hard to move lints to the HIR.

r? @eddyb @nrc

@eddyb
Copy link
Copy Markdown
Contributor

eddyb commented Sep 3, 2015

@bors r+ 0efb9da
See rationale for accepting this change.

@Manishearth
Copy link
Copy Markdown
Member Author

@bors r=eddyb

@bors
Copy link
Copy Markdown
Collaborator

bors commented Sep 3, 2015

📌 Commit 7732ad8 has been approved by eddyb

bors added a commit that referenced this pull request Sep 3, 2015
LintPass still uses the AST, though there isn't any need to. This makes it hard to move lints to the HIR.

r? @eddyb @nrc
@bors
Copy link
Copy Markdown
Collaborator

bors commented Sep 3, 2015

⌛ Testing commit 7732ad8 with merge 0762f58...

@bors bors merged commit 7732ad8 into rust-lang:master Sep 3, 2015
@Manishearth Manishearth deleted the lint-hir branch September 3, 2015 17:43
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