Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Use feature(inline_const_pat) in 90150
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Nov 24, 2021
1 parent d186cd2 commit dfefde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ices/90150.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(inline_const)]
#![feature(inline_const_pat)]
#![feature(generic_const_exprs)]

const fn foo(val: usize) -> usize { val }
Expand Down

0 comments on commit dfefde9

Please sign in to comment.