Skip to content

Commit 6044836

Browse files
Add #![feature(const_fn_transmute)] to rustc_ast
1 parent 08e3822 commit 6044836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_ast/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
88
#![feature(box_syntax)]
99
#![feature(const_fn)] // For the `transmute` in `P::new`
10+
#![feature(const_fn_transmute)]
1011
#![feature(const_panic)]
1112
#![feature(crate_visibility_modifier)]
1213
#![feature(label_break_value)]

0 commit comments

Comments
 (0)