Skip to content
Snippets Groups Projects
Verified Commit d6e1732d authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Stop using feature(arbitrary_self_types).

parent 3cfec39b
No related branches found
No related tags found
1 merge request!238Demand paging
......@@ -48,7 +48,6 @@
#![feature(iter_array_chunks)]
#![feature(asm_const)] // TODO: Relax requirements of most asm invocations
#![feature(const_option)]
#![feature(arbitrary_self_types)]
#![feature(int_roundings)]
#![feature(let_chains)]
#![feature(naked_functions)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment