Skip to content

Fix pretty-printer test failure by carrying the bound lifetime names thr... - #5584

Closed
nikomatsakis wants to merge 1 commit into
rust-lang:incomingfrom
nikomatsakis:issue-4846-carry-bound-lifetime-names-in-fn-types
Closed

Fix pretty-printer test failure by carrying the bound lifetime names thr...#5584
nikomatsakis wants to merge 1 commit into
rust-lang:incomingfrom
nikomatsakis:issue-4846-carry-bound-lifetime-names-in-fn-types

Conversation

@nikomatsakis

Copy link
Copy Markdown
Contributor

Fix pretty-printer test failure by carrying the bound lifetime names through

the types. Initially I thought it would be necessary to thread this data
through not only the AST but the types themselves, but then I remembered that
the pretty printer only cares about the AST. Regardless, I have elected to
leave the changes to the types intact since they will eventually be needed. I
left a few FIXMEs where it didn't seem worth finishing up since the code wasn't
crucial yet.

…through
the types. Initially I thought it would be necessary to thread this data
through not only the AST but the types themselves, but then I remembered that
the pretty printer only cares about the AST. Regardless, I have elected to
leave the changes to the types intact since they will eventually be needed. I
left a few FIXMEs where it didn't seem worth finishing up since the code wasn't
crucial yet.
bors added a commit that referenced this pull request Mar 28, 2013
…me-names-in-fn-types, r=nikomatsakis
Fix pretty-printer test failure by carrying the bound lifetime names through
the types. Initially I thought it would be necessary to thread this data
through not only the AST but the types themselves, but then I remembered that
the pretty printer only cares about the AST. Regardless, I have elected to
leave the changes to the types intact since they will eventually be needed. I
left a few FIXMEs where it didn't seem worth finishing up since the code wasn't
crucial yet.
@borsbors closed this Mar 28, 2013
@nikomatsakis
nikomatsakis deleted the issue-4846-carry-bound-lifetime-names-in-fn-types branch March 30, 2016 16:15
flip1995 added a commit to flip1995/rust that referenced this pull request Jun 5, 2020
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
5584: Rename metric r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Sign up for freeto 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.

2 participants

@nikomatsakis@bors