Skip to content

Commit

Permalink
Auto merge of #95555 - nnethercote:parse_tt-new-representation, r=pet…
Browse files Browse the repository at this point in the history
…rochenkov

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`
  • Loading branch information
bors committed Apr 4, 2022
2 parents d5139f4 + 0bd47e8 commit 6a9080b
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 335 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_expand/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![feature(associated_type_bounds)]
#![feature(associated_type_defaults)]
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(crate_visibility_modifier)]
#![feature(decl_macro)]
#![feature(if_let_guard)]
Expand Down
Loading

0 comments on commit 6a9080b

Please sign in to comment.