We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#![feature(stmt_expr_attributes)]
1 parent 9bb4081 commit 23f3400Copy full SHA for 23f3400
library/proc_macro/src/lib.rs
@@ -27,7 +27,6 @@
27
#![feature(panic_can_unwind)]
28
#![feature(restricted_std)]
29
#![feature(rustc_attrs)]
30
-#![feature(stmt_expr_attributes)]
31
#![feature(extend_one)]
32
#![recursion_limit = "256"]
33
#![allow(internal_features)]
0 commit comments