-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I'd really like to be able to do something like struct MapChain<'next, K, V> { info: BlockInfo, map: HashMap<K, V>, next: Option<&'next mut MapChain<'next, K, V> } but I can't get the lifetimes to work out.
- Loading branch information
Showing
2 changed files
with
129 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b74613b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from pcwalton
at sfackler@b74613b
b74613b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging sfackler/rust/syntaxenv = b74613b into auto
b74613b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sfackler/rust/syntaxenv = b74613b merged ok, testing candidate = b9c39c6
b74613b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/3333
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1176
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1179
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3336
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2438
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2441
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3352
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2441
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2446
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3354
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2441
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2445
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/2515
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3341
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2443
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2447
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3115
b74613b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = b9c39c6