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(const_fn_transmute)]
rustc_ast
1 parent 08e3822 commit 6044836Copy full SHA for 6044836
compiler/rustc_ast/src/lib.rs
@@ -7,6 +7,7 @@
7
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
8
#![feature(box_syntax)]
9
#![feature(const_fn)] // For the `transmute` in `P::new`
10
+#![feature(const_fn_transmute)]
11
#![feature(const_panic)]
12
#![feature(crate_visibility_modifier)]
13
#![feature(label_break_value)]
0 commit comments