Closed
Description
fn do_nothing(_: &()) {}
pub struct Foo {
bar: (),
}
pub fn by_value(foo: Foo) {
do_nothing(&foo.bar);
}
error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:1243: alloc id without corresponding allocation: 0
thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:939:9
stack backtrace:
0: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
1: core::fmt::write
2: std::io::Write::write_fmt
3: std::panicking::default_hook::{{closure}}
4: std::panicking::default_hook
5: rustc_driver::report_ice
6: std::panicking::rust_panic_with_hook
7: std::panicking::begin_panic
8: rustc_errors::HandlerInner::bug
9: rustc_errors::Handler::bug
10: rustc::util::bug::opt_span_bug_fmt::{{closure}}
11: rustc::ty::context::tls::with_opt::{{closure}}
12: rustc::ty::context::tls::with_context_opt
13: rustc::ty::context::tls::with_opt
14: rustc::util::bug::opt_span_bug_fmt
15: rustc::util::bug::bug_fmt
16: rustc_mir::monomorphize::collector::collect_miri
17: rustc_mir::monomorphize::collector::collect_const
18: <rustc_mir::monomorphize::collector::MirNeighborCollector as rustc::mir::visit::Visitor>::visit_terminator_kind
19: rustc_mir::monomorphize::collector::collect_items_rec
20: rustc_mir::monomorphize::collector::collect_crate_mono_items::{{closure}}
21: rustc::util::common::time
22: rustc_mir::monomorphize::collector::collect_crate_mono_items
23: rustc::util::common::time
24: rustc_mir::monomorphize::partitioning::collect_and_partition_mono_items
25: rustc::ty::query::__query_compute::collect_and_partition_mono_items
26: rustc::dep_graph::graph::DepGraph::with_task_impl
27: rustc::ty::query::plumbing::<impl rustc::ty::context::TyCtxt>::get_query
28: rustc_codegen_ssa::base::codegen_crate
29: <rustc_codegen_llvm::LlvmCodegenBackend as rustc_codegen_utils::codegen_backend::CodegenBackend>::codegen_crate
30: rustc_interface::passes::start_codegen::{{closure}}
31: rustc_interface::passes::start_codegen
32: rustc::ty::context::tls::enter_global
33: rustc_interface::passes::BoxedGlobalCtxt::access::{{closure}}
34: rustc_interface::passes::create_global_ctxt::{{closure}}
35: rustc_interface::passes::BoxedGlobalCtxt::enter
36: rustc_interface::queries::Query<T>::compute
37: rustc_interface::queries::<impl rustc_interface::interface::Compiler>::ongoing_codegen
38: rustc_interface::interface::run_compiler_in_existing_thread_pool
39: std::thread::local::LocalKey<T>::with
40: scoped_tls::ScopedKey<T>::set
41: syntax::with_globals
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
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.40.0-nightly (bc0e288ad 2019-11-11) running on x86_64-apple-darwin
note: compiler flags: -Z mir-opt-level=3 -C opt-level=3 --crate-type lib
note: some of the compiler flags provided by cargo are hidden
query stack during panic:
#0 [collect_and_partition_mono_items] collect_and_partition_mono_items
end of query stack