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

Deny the overflowing_literals lint for the 2018 edition #54507

Merged
merged 2 commits into from
Sep 24, 2018

Conversation

csmoe
Copy link
Member

@csmoe csmoe commented Sep 23, 2018

Closes #54502
r? @varkor

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 23, 2018
@varkor
Copy link
Member

varkor commented Sep 23, 2018

@bors r+

@bors
Copy link
Contributor

bors commented Sep 23, 2018

📌 Commit 6523eab has been approved by varkor

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 23, 2018
@bors
Copy link
Contributor

bors commented Sep 24, 2018

⌛ Testing commit 6523eab with merge e5c6575...

bors added a commit that referenced this pull request Sep 24, 2018
Deny the `overflowing_literals` lint for the 2018 edition

Closes #54502
r? @varkor
@bors
Copy link
Contributor

bors commented Sep 24, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: varkor
Pushing e5c6575 to master...

@bors bors merged commit 6523eab into rust-lang:master Sep 24, 2018
@csmoe csmoe deleted the deny_overflow branch September 24, 2018 12:44
kennytm added a commit to kennytm/rust that referenced this pull request Feb 18, 2019
…r=Centril

Deny the `overflowing_literals` lint for all editions

The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Feb 18, 2019
…r=Centril

Deny the `overflowing_literals` lint for all editions

The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
Centril added a commit to Centril/rust that referenced this pull request Feb 20, 2019
…r=Centril

Deny the `overflowing_literals` lint for all editions

The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
Centril added a commit to Centril/rust that referenced this pull request Feb 22, 2019
…r=Centril

Deny the `overflowing_literals` lint for all editions

The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
Centril added a commit to Centril/rust that referenced this pull request Feb 25, 2019
…r=Centril

Deny the `overflowing_literals` lint for all editions

The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
Centril added a commit to Centril/rust that referenced this pull request Feb 25, 2019
…r=Centril

Deny the `overflowing_literals` lint for all editions

The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
Centril added a commit to Centril/rust that referenced this pull request Feb 25, 2019
…r=Centril

Deny the `overflowing_literals` lint for all editions

The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants