Skip to content

Commit 6a9080b

Browse files
committed
Auto merge of #95555 - nnethercote:parse_tt-new-representation, r=petrochenkov
A new matcher representation for use in `parse_tt` By transforming the matcher into a different form, `parse_tt` can run faster and be easier to understand. r? `@petrochenkov`
2 parents d5139f4 + 0bd47e8 commit 6a9080b

File tree

2 files changed

+290
-335
lines changed

2 files changed

+290
-335
lines changed

compiler/rustc_expand/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#![feature(associated_type_bounds)]
22
#![feature(associated_type_defaults)]
3-
#![feature(box_patterns)]
4-
#![feature(box_syntax)]
53
#![feature(crate_visibility_modifier)]
64
#![feature(decl_macro)]
75
#![feature(if_let_guard)]

0 commit comments

Comments
 (0)