Skip to content

Commit

Permalink
Allow AST and HIR visitors to return ControlFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarcho committed Feb 18, 2024
1 parent 1f8e824 commit 568970c
Show file tree
Hide file tree
Showing 6 changed files with 962 additions and 769 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_ast/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
#![allow(internal_features)]
#![feature(rustdoc_internals)]
#![feature(associated_type_bounds)]
#![feature(associated_type_defaults)]
#![feature(box_patterns)]
#![feature(if_let_guard)]
#![feature(let_chains)]
#![cfg_attr(bootstrap, feature(min_specialization))]
#![feature(never_type)]
#![feature(negative_impls)]
#![feature(stmt_expr_attributes)]

Expand Down

0 comments on commit 568970c

Please sign in to comment.