Skip to content

Commit 5c7db0c

Browse files
committed
Rewrite rustboot's flow-graph wiring passes to be less awful. Add test for nested control-flow constructs.
1 parent 7f74d4d commit 5c7db0c

File tree

3 files changed

+131
-248
lines changed

3 files changed

+131
-248
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ TEST_XFAILS_RUSTC := $(CONST_TAG_XFAILS) \
521521
task-life-0.rs \
522522
threads.rs \
523523
type-sizes.rs \
524+
typestate-cfg-nesting.rs \
524525
use-import-export.rs \
525526
user.rs \
526527
utf8.rs \

0 commit comments

Comments
 (0)