Skip to content

Remove 'static bound in assoc const test. #42147

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

Conversation

withoutboats
Copy link
Contributor

@withoutboats withoutboats commented May 22, 2017

Types do not have to be 'static to be referenced in
associated consts.

Fixes #33573.

Types do not have to be `'static` to be referenced in
associated consts.
@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@withoutboats
Copy link
Contributor Author

r? @eddyb

@rust-highfive rust-highfive assigned eddyb and unassigned brson May 22, 2017
@eddyb
Copy link
Member

eddyb commented May 22, 2017

@bors r+

@bors
Copy link
Collaborator

bors commented May 22, 2017

📌 Commit bf529fb has been approved by eddyb

@bors
Copy link
Collaborator

bors commented May 22, 2017

⌛ Testing commit bf529fb with merge 81734e0...

bors added a commit that referenced this pull request May 22, 2017
…-const-ty-refs, r=eddyb

Remove 'static bound in assoc const test.

Types do not have to be `'static` to be referenced in
associated consts.

Fixes #33573.
@bors
Copy link
Collaborator

bors commented May 22, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: eddyb
Pushing 81734e0 to master...

@bors bors merged commit bf529fb into rust-lang:master May 22, 2017
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.

5 participants