-
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.
libsyntax: Remove the obsolete ability to parse from substrings.
This was used by the quasiquoter.
- Loading branch information
Showing
2 changed files
with
9 additions
and
82 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
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
ff6c0af
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 alexcrichton
at pcwalton@ff6c0af
ff6c0af
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 pcwalton/rust/parse-substrs = ff6c0af into auto
ff6c0af
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.
pcwalton/rust/parse-substrs = ff6c0af merged ok, testing candidate = 793f740
ff6c0af
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/3583
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1426
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1428
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3584
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2685
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2690
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3599
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2687
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2693
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3601
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2687
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2692
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/2761
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3591
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2692
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2697
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3362
ff6c0af
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 = 793f740