Inline a hot closure in from_lit_token
.
The change looks big because `rustfmt` rearranges things, but the only real change is the inlining annotation.
This commit is contained in:
parent
37d9ea745b
commit
44308dc348
2 changed files with 23 additions and 17 deletions
|
@ -16,6 +16,7 @@
|
|||
#![feature(min_specialization)]
|
||||
#![recursion_limit = "256"]
|
||||
#![feature(slice_internals)]
|
||||
#![feature(stmt_expr_attributes)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc_macros;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue