Skip to content

Commit 7c6c953

Browse files
Return early from visit_* methods
1 parent a6f6e2e commit 7c6c953

File tree

2 files changed

+225
-188
lines changed

2 files changed

+225
-188
lines changed

src/librustc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
#![feature(thread_local)]
5151
#![feature(trace_macros)]
5252
#![feature(trusted_len)]
53+
#![feature(try_trait)]
5354
#![feature(vec_remove_item)]
5455
#![feature(stmt_expr_attributes)]
5556
#![feature(integer_atomics)]

0 commit comments

Comments
 (0)