expand: Introduce enum for module loading errors and make module loading speculative

This commit is contained in:
Vadim Petrochenkov 2021-02-22 21:22:40 +03:00
parent 1e1d574aea
commit 1fe2eb83ec
6 changed files with 91 additions and 92 deletions

View file

@ -1,3 +1,4 @@
#![feature(bool_to_option)]
#![feature(crate_visibility_modifier)]
#![feature(decl_macro)]
#![feature(destructuring_assignment)]