Skip to content

Commit f9516be

Browse files
committed
build(cargo): add feature attribute for const type id
1 parent 47f742b commit f9516be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
//! assert_eq!(args[0], "subcommand");
3535
//! ```
3636
37+
#![feature(const_type_id)]
3738
#![feature(type_name_of_val)]
3839
#![feature(test)]
3940
#![feature(duration_constants)]

0 commit comments

Comments
 (0)