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

Err codes #35920

Merged
merged 3 commits into from
Aug 25, 2016
Merged

Err codes #35920

merged 3 commits into from
Aug 25, 2016

Conversation

GuillaumeGomez
Copy link
Member

@sophiajt
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Aug 23, 2016

📌 Commit 9747fa4 has been approved by jonathandturner

eddyb added a commit to eddyb/rust that referenced this pull request Aug 23, 2016
eddyb added a commit to eddyb/rust that referenced this pull request Aug 23, 2016
Erroneous code example:

// Check that the explicit lifetime bound (`'b`, in this example) must
// outlive all the superbound from the trait (`'a`, in this example).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They aren't named 'b and 'a though

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also "superbounds"

@sophiajt
Copy link
Contributor

@bors r-

@GuillaumeGomez - will let you work on @jonas-schievink's comments

trait Wedding<'t>: 't { }

struct Prince<'kiss, 'SnowWhite: 'kiss> { // You say here that 'b must live
// longer than 'a.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too

@GuillaumeGomez
Copy link
Member Author

Updated.

@sophiajt
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Aug 24, 2016

📌 Commit 5c5f483 has been approved by jonathandturner

@sophiajt
Copy link
Contributor

@bors rollup

1 similar comment
@sophiajt
Copy link
Contributor

@bors rollup

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Aug 24, 2016
bors added a commit that referenced this pull request Aug 25, 2016
Rollup of 4 pull requests

- Successful merges: #35876, #35920, #35948, #35961
- Failed merges: #35395
@bors bors merged commit 5c5f483 into rust-lang:master Aug 25, 2016
@GuillaumeGomez GuillaumeGomez deleted the err_codes branch August 25, 2016 11:47
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.

4 participants