This commit is contained in:
Philipp Oppermann
2020-03-22 11:58:16 +01:00
parent 816f8746fb
commit ca8cd46863
3 changed files with 24 additions and 18 deletions

View File

@@ -7,6 +7,7 @@
#![feature(alloc_layout_extra)]
#![feature(const_in_array_repeat_expressions)]
#![feature(wake_trait)]
#![feature(async_closure)]
#![test_runner(crate::test_runner)]
#![reexport_test_harness_main = "test_main"]