Skip to content

Commit c296607

Browse files
Return early from visit_* methods
1 parent 3a32617 commit c296607

File tree

2 files changed

+220
-183
lines changed

2 files changed

+220
-183
lines changed

src/librustc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
#![feature(thread_local)]
5252
#![feature(trace_macros)]
5353
#![feature(trusted_len)]
54+
#![feature(try_trait)]
5455
#![feature(vec_remove_item)]
5556
#![feature(stmt_expr_attributes)]
5657
#![feature(integer_atomics)]

0 commit comments

Comments
 (0)