Uh oh!
There was an error while loading. Please reload this page.
Rust 2018: Disable catch_expr, not targeted for 2018 edition - #53135
Merged
bors merged 1 commit intoAug 7, 2018
Conversation
rust-highfive
commented
Aug 6, 2018
Contributor
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
joshtriplett
commented
Aug 6, 2018
MemberAuthor
r? @scottmcm |
joshtriplett
commented
Aug 6, 2018
MemberAuthor
Note that #52602 fixes this as well, as part of a full implementation of |
scottmcm
approved these changes
Aug 6, 2018
Mark-Simulacrum
commented
Aug 6, 2018
Member
@bors r+ |
bors
commented
Aug 6, 2018
Collaborator
📌 Commit 1fd8e57 has been approved by |
kennytm
commented
Aug 7, 2018
Member
@bors rollup |
kennytm added a commit
to kennytm/rust
that referenced
this pull request
Aug 7, 2018
…-preview, r=Mark-Simulacrum Rust 2018: Disable catch_expr, not targeted for 2018 edition Fixesrust-lang#52604
bors added a commit
that referenced
this pull request
Aug 7, 2018
Rollup of 10 pull requests Successful merges: - #52885 (Remove some unused method arguments from typeck) - #52886 (cleanup: Remove `Def::GlobalAsm`) - #53028 (Building librustc_codegen_llvm in a separate directory) - #53052 (fixed broken links to char) - #53060 (Change rustdoc style so fully qualified name does not overlap src link) - #53068 (Rename Executor trait to Spawn) - #53093 (Enable macros to pass $:literal to another macro) - #53107 (Remove references to `StaticMutex` which got removed a while ago) - #53135 (Rust 2018: Disable catch_expr, not targeted for 2018 edition) - #53139 (set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target)
Mark-Simulacrum added a commit
to Mark-Simulacrum/rust
that referenced
this pull request
Aug 22, 2018
Implement try block expressions I noticed that `try` wasn't a keyword yet in Rust 2018, so... ~~Fixes rust-lang#52604 That was fixed by PR rust-lang#53135 cc rust-lang#31436rust-lang#50412
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#52604