Closed
Description
thread 'main' panicked at 'assertion failed: directive.imported_module.get().is_none()', src\librustc_resolve\resolve_imports.rs:867:17
stack backtrace:
0: std::sys_common::alloc::realloc_fallback
1: std::panicking::take_hook
2: std::panicking::take_hook
3: rustc::ty::structural_impls::<impl rustc::ty::context::Lift<'tcx> for rust
c::ty::instance::InstanceDef<'a>>::lift_to_tcx
4: std::panicking::rust_panic_with_hook
5: <rustc_resolve::build_reduced_graph::BuildReducedGraphVisitor<'a, 'b, 'cl>
as syntax::visit::Visitor<'a>>::visit_ty
6: rustc_resolve::resolve_imports::ImportResolver::finalize_imports
7: rustc_resolve::Resolver::resolve_crate
8: rustc_driver::driver::build_output_filenames
9: rustc_driver::driver::count_nodes
10: rustc_driver::driver::compile_input
11: rustc_driver::run_compiler
12: rustc_driver::driver::build_output_filenames
13: rustc_driver::run_compiler
14: <humantime::duration::Error as std::error::Error>::cause
15: _rust_maybe_catch_panic
16: rustc_driver::profile::dump
17: rustc_driver::main
18: <unknown>
19: std::panicking::update_panic_count
20: _rust_maybe_catch_panic
21: std::rt::lang_start_internal
22: <unknown>
23: <unknown>
24: BaseThreadInitThunk
25: RtlUserThreadStart
query stack during panic:
end of query stack
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: rustc 1.32.0-nightly (00e03ee57 2018-11-22) running on x86_64-pc-windows-msvc
note: compiler flags: -C debuginfo=2 -C incremental --crate-type bin
note: some of the compiler flags provided by cargo are hidden
It used to build with an older nightly.
Any idea how I can get it to build again?