Remove the everybody loops pass
It isn't used anymore by rustdoc
This commit is contained in:
parent
4566094913
commit
2f84484aac
11 changed files with 12 additions and 309 deletions
|
@ -1491,7 +1491,6 @@ options! {
|
|||
`normal`, `identified`,
|
||||
`expanded`, `expanded,identified`,
|
||||
`expanded,hygiene` (with internal representations),
|
||||
`everybody_loops` (all function bodies replaced with `loop {}`),
|
||||
`ast-tree` (raw AST before expansion),
|
||||
`ast-tree,expanded` (raw AST after expansion),
|
||||
`hir` (the HIR), `hir,identified`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue