Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 019c594

Browse files
authoredJun 16, 2016
Rollup merge of #34312 - erickt:add-try, r=nikomatsakis
Revert using ? for try! in the libsyntax pretty printer The use of ...?instead of try!(...) in libsyntax makes extracting libsyntax into syntex quite painful since it's not stable yet. This makes backports take a much longer time and causes a lot of problems for the syntex dependencies. Even if it was, it'd take a few release cycles until syntex would be able to use it. Since it's not stable and that this feature is just syntax sugar, it would be most helpful if we could remove it. cc #34311
2 parents 5bac0c3 + ba5cab1 commit 019c594

File tree

1 file changed

+859
-859
lines changed

1 file changed

+859
-859
lines changed
 

‎src/libsyntax/print/pprust.rs

Lines changed: 859 additions & 859 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.