Skip to content

Instantly share code, notes, and snippets.

@cramertj
Created July 28, 2018 23:43
Show Gist options
  • Save cramertj/9fea20dea37be4454ac0f163afe8c9d8 to your computer and use it in GitHub Desktop.
Save cramertj/9fea20dea37be4454ac0f163afe8c9d8 to your computer and use it in GitHub Desktop.
Compiling wlancfg v0.1.0 (file:///usr/local/google/home/cramertj/src/fuchsia/garnet/bin/wlancfg)
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', libcore/option.rs:345:21
stack backtrace:
0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
1: std::sys_common::backtrace::print
2: std::panicking::default_hook::{{closure}}
3: std::panicking::default_hook
4: rustc::util::common::panic_hook
5: std::panicking::rust_panic_with_hook
6: std::panicking::continue_panic_fmt
7: rust_begin_unwind
8: core::panicking::panic_fmt
9: core::panicking::panic
10: <rustc_privacy::NamePrivacyVisitor<'a, 'tcx> as rustc::hir::intravisit::Visitor<'tcx>>::visit_pat
11: rustc::hir::intravisit::walk_pat
12: rustc::hir::intravisit::walk_expr
13: rustc::hir::intravisit::walk_decl
14: rustc::hir::intravisit::walk_expr
15: <rustc_privacy::NamePrivacyVisitor<'a, 'tcx> as rustc::hir::intravisit::Visitor<'tcx>>::visit_nested_body
16: rustc::hir::intravisit::walk_item
17: <rustc_privacy::NamePrivacyVisitor<'a, 'tcx> as rustc::hir::intravisit::Visitor<'tcx>>::visit_item
18: rustc::hir::intravisit::walk_item
19: <rustc_privacy::NamePrivacyVisitor<'a, 'tcx> as rustc::hir::intravisit::Visitor<'tcx>>::visit_item
20: rustc::hir::intravisit::walk_item
21: <rustc_privacy::NamePrivacyVisitor<'a, 'tcx> as rustc::hir::intravisit::Visitor<'tcx>>::visit_item
22: rustc_privacy::privacy_access_levels
23: rustc::ty::query::<impl rustc::ty::query::config::QueryAccessors<'tcx> for rustc::ty::query::queries::privacy_access_levels<'tcx>>::compute
24: rustc::ty::context::tls::with_context
25: rustc::dep_graph::graph::DepGraph::with_task_impl
26: rustc::ty::context::tls::with_related_context
27: rustc::ty::query::plumbing::<impl rustc::ty::context::TyCtxt<'a, 'gcx, 'tcx>>::force_query_with_job
28: rustc::ty::query::plumbing::<impl rustc::ty::context::TyCtxt<'a, 'gcx, 'tcx>>::get_query
29: rustc::util::common::time
30: rustc::ty::context::tls::enter_context
31: <std::thread::local::LocalKey<T>>::with
32: rustc::ty::context::TyCtxt::create_and_enter
33: rustc_driver::driver::compile_input
34: rustc_driver::run_compiler_with_pool
35: <scoped_tls::ScopedKey<T>>::set
36: <scoped_tls::ScopedKey<T>>::set
37: syntax::with_globals
38: <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
39: __rust_maybe_catch_panic
40: rustc_driver::run
41: rustc_driver::main
42: std::rt::lang_start::{{closure}}
43: std::panicking::try::do_call
44: __rust_maybe_catch_panic
45: std::rt::lang_start_internal
46: main
47: __libc_start_main
48: _start
query stack during panic:
#0 [privacy_access_levels] privacy access levels
end of query stack
error: internal compiler error: cat_expr Errd
--> src/client.rs:552:5
|
552 | / {
553 | | let (proxy, server) = create_endpoints::<fidl_sme::ClientSmeMarker>()
554 | | .expect("failed to create an sme channel");
555 | | let (client, fut) = new_client(0, proxy, Arc::clone(&ess_store));
556 | | let server = server.into_stream().expect("failed to create a request stream");
557 | | (client, fut, server)
558 | | }
| |_____^
error: internal compiler error: cat_expr Errd
--> src/client.rs:557:9
|
557 | (client, fut, server)
| ^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:263:36
|
263 | fn auto_connect_to_known_ess() {
| ____________________________________^
264 | | let mut exec = fasync::Executor::new().expect("failed to create an executor");
265 | | let temp_dir = tempdir::TempDir::new("client_test").expect("failed to create temp dir");
266 | | let ess_store = create_ess_store(temp_dir.path());
... |
300 | | assert_eq!(None, exec.wake_next_timer());
301 | | }
| |_____^
error: internal compiler error: cat_expr Errd
--> src/client.rs:267:46
|
267 | let (_client, mut fut, sme_server) = create_client(Arc::clone(&ess_store));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:268:32
|
268 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:268:32
|
268 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:20
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:20
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:23
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:40
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:63
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:68
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:271:9
|
271 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:272:38
|
272 | send_scan_results(&mut exec, &mut next_sme_req, &[&b"foo"[..], &b"bar"[..]]);
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:272:43
|
272 | send_scan_results(&mut exec, &mut next_sme_req, &[&b"foo"[..], &b"bar"[..]]);
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:20
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:20
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:23
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:40
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:63
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:68
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:275:9
|
275 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:276:9
|
276 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:276:17
|
276 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:276:17
|
276 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:276:41
|
276 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:276:46
|
276 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:20
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:20
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:23
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:40
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:63
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:68
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:282:9
|
282 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:285:38
|
285 | send_scan_results(&mut exec, &mut next_sme_req, &[&b"foo"[..], &b"bar"[..]]);
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:285:43
|
285 | send_scan_results(&mut exec, &mut next_sme_req, &[&b"foo"[..], &b"bar"[..]]);
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:20
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:20
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:23
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:40
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:63
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:68
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:288:9
|
288 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:291:40
|
291 | send_connect_result(&mut exec, &mut next_sme_req, b"bar", b"qwerty",
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:291:45
|
291 | send_connect_result(&mut exec, &mut next_sme_req, b"bar", b"qwerty",
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:20
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:20
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:23
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:40
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:63
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:68
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:295:9
|
295 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:299:9
|
299 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:299:17
|
299 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:299:17
|
299 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:299:41
|
299 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:299:46
|
299 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:304:46
|
304 | fn manual_connect_cancels_auto_connect() {
| ______________________________________________^
305 | | let mut exec = fasync::Executor::new().expect("failed to create an executor");
306 | | let temp_dir = tempdir::TempDir::new("client_test").expect("failed to create temp dir");
307 | | let ess_store = create_ess_store(temp_dir.path());
... |
337 | | assert_eq!(None, exec.wake_next_timer());
338 | | }
| |_____^
error: internal compiler error: cat_expr Errd
--> src/client.rs:308:45
|
308 | let (client, mut fut, sme_server) = create_client(Arc::clone(&ess_store));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:309:32
|
309 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:309:32
|
309 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:20
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:20
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:23
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:40
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:63
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:68
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:312:9
|
312 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:313:25
|
313 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| _________________________^
314 | | Async::Ready(ClientSmeRequest::Scan { txn, .. }) => txn,
315 | | _ => panic!("expected a Scan request"),
316 | | };
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:313:31
|
313 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:313:55
|
313 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:313:60
|
313 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:314:65
|
314 | Async::Ready(ClientSmeRequest::Scan { txn, .. }) => txn,
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:315:18
|
315 | _ => panic!("expected a Scan request"),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:319:9
|
319 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:319:17
|
319 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:319:17
|
319 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:319:41
|
319 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:319:46
|
319 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:20
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:20
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:23
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:40
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:63
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:68
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:324:9
|
324 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:325:40
|
325 | send_connect_result(&mut exec, &mut next_sme_req, b"foo", b"qwerty",
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:325:45
|
325 | send_connect_result(&mut exec, &mut next_sme_req, b"foo", b"qwerty",
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:20
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:20
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:23
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:40
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:63
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:68
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:329:9
|
329 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:336:9
|
336 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:336:17
|
336 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:336:17
|
336 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:336:41
|
336 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:336:46
|
336 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:341:48
|
341 | fn manual_connect_cancels_manual_connect() {
| ________________________________________________^
342 | | let mut exec = fasync::Executor::new().expect("failed to create an executor");
343 | | let temp_dir = tempdir::TempDir::new("client_test").expect("failed to create temp dir");
344 | | let ess_store = create_ess_store(temp_dir.path());
... |
391 | | assert_eq!(None, exec.wake_next_timer());
392 | | }
| |_____^
error: internal compiler error: cat_expr Errd
--> src/client.rs:345:45
|
345 | let (client, mut fut, sme_server) = create_client(Arc::clone(&ess_store));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:346:32
|
346 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:346:32
|
346 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:20
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:20
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:23
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:40
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:63
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:68
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:349:9
|
349 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:350:25
|
350 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| _________________________^
351 | | Async::Ready(ClientSmeRequest::Scan { txn, .. }) => txn,
352 | | _ => panic!("expected a Scan request"),
353 | | };
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:350:31
|
350 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:350:55
|
350 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:350:60
|
350 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:351:65
|
351 | Async::Ready(ClientSmeRequest::Scan { txn, .. }) => txn,
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:352:18
|
352 | _ => panic!("expected a Scan request"),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:356:9
|
356 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:356:17
|
356 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:356:17
|
356 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:356:41
|
356 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:356:46
|
356 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:20
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:20
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:23
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:40
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:63
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:68
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:360:9
|
360 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:363:28
|
363 | let _connect_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ____________________________^
364 | | Async::Ready(ClientSmeRequest::Connect { req, txn, .. }) => {
365 | | assert_eq!(b"foo", &req.ssid[..]);
366 | | txn
367 | | },
368 | | _ => panic!("expected a Connect request"),
369 | | };
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:363:34
|
363 | let _connect_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:363:58
|
363 | let _connect_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:363:63
|
363 | let _connect_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:364:73
|
364 | Async::Ready(ClientSmeRequest::Connect { req, txn, .. }) => {
| _________________________________________________________________________^
365 | | assert_eq!(b"foo", &req.ssid[..]);
366 | | txn
367 | | },
| |_____________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:36
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:37
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:37
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:37
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:365:17
|
365 | assert_eq!(b"foo", &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:366:17
|
366 | txn
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:368:18
|
368 | _ => panic!("expected a Connect request"),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:20
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:20
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:23
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:40
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:63
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:68
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:373:9
|
373 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:381:40
|
381 | send_connect_result(&mut exec, &mut next_sme_req, b"bar", b"qwerty",
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:381:45
|
381 | send_connect_result(&mut exec, &mut next_sme_req, b"bar", b"qwerty",
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:20
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:20
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:23
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:40
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:63
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:68
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:383:9
|
383 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:390:9
|
390 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:390:17
|
390 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:390:17
|
390 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:390:41
|
390 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:390:46
|
390 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:395:48
|
395 | fn manual_connect_when_already_connected() {
| ________________________________________________^
396 | | let mut exec = fasync::Executor::new().expect("failed to create an executor");
397 | | let temp_dir = tempdir::TempDir::new("client_test").expect("failed to create temp dir");
398 | | let ess_store = create_ess_store(temp_dir.path());
... |
431 | | assert_eq!(None, exec.wake_next_timer());
432 | | }
| |_____^
error: internal compiler error: cat_expr Errd
--> src/client.rs:399:45
|
399 | let (client, mut fut, sme_server) = create_client(Arc::clone(&ess_store));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:400:32
|
400 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:400:32
|
400 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:20
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:20
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:23
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:40
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:63
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:68
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:405:9
|
405 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:406:38
|
406 | send_scan_results(&mut exec, &mut next_sme_req, &[&b"foo"[..]]);
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:406:43
|
406 | send_scan_results(&mut exec, &mut next_sme_req, &[&b"foo"[..]]);
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:20
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:20
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:23
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:40
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:63
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:68
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:407:9
|
407 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:408:40
|
408 | send_connect_result(&mut exec, &mut next_sme_req, b"foo", b"12345",
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:408:45
|
408 | send_connect_result(&mut exec, &mut next_sme_req, b"foo", b"12345",
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:20
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:20
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:23
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:40
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:63
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:68
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:410:9
|
410 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:413:9
|
413 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:413:17
|
413 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:413:17
|
413 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:413:41
|
413 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:413:46
|
413 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:20
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:20
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:23
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:40
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:63
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:68
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:418:9
|
418 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:419:40
|
419 | send_connect_result(&mut exec, &mut next_sme_req, b"bar", b"qwerty",
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:419:45
|
419 | send_connect_result(&mut exec, &mut next_sme_req, b"bar", b"qwerty",
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:20
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:20
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:23
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:40
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:63
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:68
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:423:9
|
423 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:430:9
|
430 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:430:17
|
430 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:430:17
|
430 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:430:41
|
430 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:430:46
|
430 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:435:55
|
435 | fn manual_connect_failure_triggers_auto_connect() {
| _______________________________________________________^
436 | | let mut exec = fasync::Executor::new().expect("failed to create an executor");
437 | | let temp_dir = tempdir::TempDir::new("client_test").expect("failed to create temp dir");
438 | | let ess_store = create_ess_store(temp_dir.path());
... |
474 | | assert_eq!(None, exec.wake_next_timer());
475 | | }
| |_____^
error: internal compiler error: cat_expr Errd
--> src/client.rs:439:45
|
439 | let (client, mut fut, sme_server) = create_client(Arc::clone(&ess_store));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:440:32
|
440 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:440:32
|
440 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:20
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:20
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:23
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:40
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:63
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:68
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:443:9
|
443 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:444:25
|
444 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| _________________________^
445 | | Async::Ready(ClientSmeRequest::Scan { txn, .. }) => txn,
446 | | _ => panic!("expected a Scan request"),
447 | | };
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:444:31
|
444 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:444:55
|
444 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:444:60
|
444 | let _scan_txn = match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:445:65
|
445 | Async::Ready(ClientSmeRequest::Scan { txn, .. }) => txn,
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:446:18
|
446 | _ => panic!("expected a Scan request"),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:450:9
|
450 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:450:17
|
450 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:450:17
|
450 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:450:41
|
450 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:450:46
|
450 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:20
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:20
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:23
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:40
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:63
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:68
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:456:9
|
456 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:457:40
|
457 | send_connect_result(&mut exec, &mut next_sme_req, b"foo", b"qwerty",
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:457:45
|
457 | send_connect_result(&mut exec, &mut next_sme_req, b"foo", b"qwerty",
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:20
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:20
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:23
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:40
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:63
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:68
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:459:9
|
459 | assert_eq!(Ok(Async::Pending), exec.run_until_stalled(&mut fut));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:463:15
|
463 | match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:463:39
|
463 | match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:463:44
|
463 | match poll_sme_req(&mut exec, &mut next_sme_req) {
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:473:9
|
473 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:473:17
|
473 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:473:17
|
473 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:473:41
|
473 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:473:46
|
473 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:492:5
|
492 | / {
493 | | let a = exec.run_until_stalled(next_sme_req).unwrap_or_else(|(e, _stream)| {
494 | | panic!("error polling SME request stream: {:?}", e)
495 | | });
... |
499 | | })
500 | | }
| |_____^
error: internal compiler error: dtorck encountered internal error
--> src/client.rs:493:13
|
493 | let a = exec.run_until_stalled(next_sme_req).unwrap_or_else(|(e, _stream)| {
| ^
error: internal compiler error: cat_expr Errd
--> src/client.rs:493:17
|
493 | let a = exec.run_until_stalled(next_sme_req).unwrap_or_else(|(e, _stream)| {
| _________________^
494 | | panic!("error polling SME request stream: {:?}", e)
495 | | });
| |__________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:493:17
|
493 | let a = exec.run_until_stalled(next_sme_req).unwrap_or_else(|(e, _stream)| {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:493:40
|
493 | let a = exec.run_until_stalled(next_sme_req).unwrap_or_else(|(e, _stream)| {
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:493:69
|
493 | let a = exec.run_until_stalled(next_sme_req).unwrap_or_else(|(e, _stream)| {
| _____________________________________________________________________^
494 | | panic!("error polling SME request stream: {:?}", e)
495 | | });
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:493:84
|
493 | let a = exec.run_until_stalled(next_sme_req).unwrap_or_else(|(e, _stream)| {
| ____________________________________________________________________________________^
494 | | panic!("error polling SME request stream: {:?}", e)
495 | | });
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:494:13
|
494 | panic!("error polling SME request stream: {:?}", e)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: dtorck encountered internal error
--> src/client.rs:494:13
|
494 | panic!("error polling SME request stream: {:?}", e)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:494:20
|
494 | panic!("error polling SME request stream: {:?}", e)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:494:62
|
494 | panic!("error polling SME request stream: {:?}", e)
| ^
error: internal compiler error: cat_expr Errd
--> src/client.rs:494:13
|
494 | panic!("error polling SME request stream: {:?}", e)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:494:62
|
494 | panic!("error polling SME request stream: {:?}", e)
| ^
error: internal compiler error: cat_expr Errd
--> src/client.rs:496:9
|
496 | / a.map(|(req, stream)| {
497 | | *next_sme_req = stream.next();
498 | | req.expect("did not expect the SME request stream to end")
499 | | })
| |__________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:496:9
|
496 | a.map(|(req, stream)| {
| ^
error: internal compiler error: cat_expr Errd
--> src/client.rs:496:15
|
496 | a.map(|(req, stream)| {
| _______________^
497 | | *next_sme_req = stream.next();
498 | | req.expect("did not expect the SME request stream to end")
499 | | })
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:496:31
|
496 | a.map(|(req, stream)| {
| _______________________________^
497 | | *next_sme_req = stream.next();
498 | | req.expect("did not expect the SME request stream to end")
499 | | })
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:497:13
|
497 | *next_sme_req = stream.next();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:497:29
|
497 | *next_sme_req = stream.next();
| ^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:497:29
|
497 | *next_sme_req = stream.next();
| ^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:497:13
|
497 | *next_sme_req = stream.next();
| ^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:497:14
|
497 | *next_sme_req = stream.next();
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:498:13
|
498 | req.expect("did not expect the SME request stream to end")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:498:13
|
498 | req.expect("did not expect the SME request stream to end")
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:504:43
|
504 | ssids: &[&[u8]]) {
| ___________________________________________^
505 | | let txn = match poll_sme_req(exec, next_sme_req) {
506 | | Async::Ready(ClientSmeRequest::Scan { txn, .. }) => txn,
507 | | Async::Pending => panic!("expected a request to be available"),
... |
525 | | txn.send_on_finished().expect("failed to send OnFinished to ScanTxn");
526 | | }
| |_____^
error: internal compiler error: cat_expr Errd
--> src/client.rs:505:19
|
505 | let txn = match poll_sme_req(exec, next_sme_req) {
| ___________________^
506 | | Async::Ready(ClientSmeRequest::Scan { txn, .. }) => txn,
507 | | Async::Pending => panic!("expected a request to be available"),
508 | | _ => panic!("expected a Scan request"),
509 | | };
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:505:25
|
505 | let txn = match poll_sme_req(exec, next_sme_req) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:505:44
|
505 | let txn = match poll_sme_req(exec, next_sme_req) {
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:506:65
|
506 | Async::Ready(ClientSmeRequest::Scan { txn, .. }) => txn,
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:507:31
|
507 | Async::Pending => panic!("expected a request to be available"),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:508:18
|
508 | _ => panic!("expected a Scan request"),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:510:19
|
510 | let txn = txn.into_stream().expect("failed to create a scan txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:510:19
|
510 | let txn = txn.into_stream().expect("failed to create a scan txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:510:19
|
510 | let txn = txn.into_stream().expect("failed to create a scan txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:510:19
|
510 | let txn = txn.into_stream().expect("failed to create a scan txn stream").control_handle();
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:524:9
|
524 | txn.send_on_result(&mut results.iter_mut()).expect("failed to send scan results");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:524:9
|
524 | txn.send_on_result(&mut results.iter_mut()).expect("failed to send scan results");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:524:9
|
524 | txn.send_on_result(&mut results.iter_mut()).expect("failed to send scan results");
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:525:9
|
525 | txn.send_on_finished().expect("failed to send OnFinished to ScanTxn");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:525:9
|
525 | txn.send_on_finished().expect("failed to send OnFinished to ScanTxn");
| ^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:525:9
|
525 | txn.send_on_finished().expect("failed to send OnFinished to ScanTxn");
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:532:63
|
532 | code: fidl_sme::ConnectResultCode) {
| _______________________________________________________________^
533 | | let txn = match poll_sme_req(exec, next_sme_req) {
534 | | Async::Ready(ClientSmeRequest::Connect { req, txn, .. }) => {
535 | | assert_eq!(expected_ssid, &req.ssid[..]);
... |
542 | | txn.send_on_finished(code).expect("failed to send OnFinished to ConnectTxn");
543 | | }
| |_____^
error: internal compiler error: cat_expr Errd
--> src/client.rs:533:19
|
533 | let txn = match poll_sme_req(exec, next_sme_req) {
| ___________________^
534 | | Async::Ready(ClientSmeRequest::Connect { req, txn, .. }) => {
535 | | assert_eq!(expected_ssid, &req.ssid[..]);
536 | | assert_eq!(expected_password, &req.password[..]);
... |
539 | | _ => panic!("expected a Connect request"),
540 | | };
| |_________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:533:25
|
533 | let txn = match poll_sme_req(exec, next_sme_req) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:533:44
|
533 | let txn = match poll_sme_req(exec, next_sme_req) {
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:534:73
|
534 | Async::Ready(ClientSmeRequest::Connect { req, txn, .. }) => {
| _________________________________________________________________________^
535 | | assert_eq!(expected_ssid, &req.ssid[..]);
536 | | assert_eq!(expected_password, &req.password[..]);
537 | | txn.expect("expected a Connect transaction channel")
538 | | },
| |_____________^
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:43
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:44
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:44
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:44
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:535:17
|
535 | assert_eq!(expected_ssid, &req.ssid[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:47
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:48
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:48
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:48
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:536:17
|
536 | assert_eq!(expected_password, &req.password[..]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:537:17
|
537 | txn.expect("expected a Connect transaction channel")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:537:17
|
537 | txn.expect("expected a Connect transaction channel")
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:539:18
|
539 | _ => panic!("expected a Connect request"),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: internal compiler error: cat_expr Errd
--> src/client.rs:541:19
|
541 | let txn = txn.into_stream().expect("failed to create a connect txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:541:19
|
541 | let txn = txn.into_stream().expect("failed to create a connect txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:541:19
|
541 | let txn = txn.into_stream().expect("failed to create a connect txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:541:19
|
541 | let txn = txn.into_stream().expect("failed to create a connect txn stream").control_handle();
| ^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:542:9
|
542 | txn.send_on_finished(code).expect("failed to send OnFinished to ConnectTxn");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:542:9
|
542 | txn.send_on_finished(code).expect("failed to send OnFinished to ConnectTxn");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: cat_expr Errd
--> src/client.rs:542:9
|
542 | txn.send_on_finished(code).expect("failed to send OnFinished to ConnectTxn");
| ^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:268:32
|
268 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:276:17
|
276 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:299:17
|
299 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:309:32
|
309 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:319:17
|
319 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:336:17
|
336 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:346:32
|
346 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:356:17
|
356 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:390:17
|
390 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:400:32
|
400 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:413:17
|
413 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:430:17
|
430 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:440:32
|
440 | let mut next_sme_req = sme_server.next();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:450:17
|
450 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:473:17
|
473 | assert!(poll_sme_req(&mut exec, &mut next_sme_req).is_pending());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:497:29
|
497 | *next_sme_req = stream.next();
| ^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:498:13
|
498 | req.expect("did not expect the SME request stream to end")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:510:19
|
510 | let txn = txn.into_stream().expect("failed to create a scan txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:510:19
|
510 | let txn = txn.into_stream().expect("failed to create a scan txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:510:19
|
510 | let txn = txn.into_stream().expect("failed to create a scan txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:524:9
|
524 | txn.send_on_result(&mut results.iter_mut()).expect("failed to send scan results");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:524:9
|
524 | txn.send_on_result(&mut results.iter_mut()).expect("failed to send scan results");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:525:9
|
525 | txn.send_on_finished().expect("failed to send OnFinished to ScanTxn");
| ^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:525:9
|
525 | txn.send_on_finished().expect("failed to send OnFinished to ScanTxn");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:537:17
|
537 | txn.expect("expected a Connect transaction channel")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:541:19
|
541 | let txn = txn.into_stream().expect("failed to create a connect txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:541:19
|
541 | let txn = txn.into_stream().expect("failed to create a connect txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:541:19
|
541 | let txn = txn.into_stream().expect("failed to create a connect txn stream").control_handle();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:542:9
|
542 | txn.send_on_finished(code).expect("failed to send OnFinished to ConnectTxn");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: internal compiler error: no type-dependent def for method call
--> src/client.rs:542:9
|
542 | txn.send_on_finished(code).expect("failed to send OnFinished to ConnectTxn");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
thread 'main' panicked at 'no errors encountered even though `delay_span_bug` issued', librustc_errors/lib.rs:315:17
stack backtrace:
0: 0x7fc8f397a95e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h3a8de59cf164c7f9
1: 0x7fc8f3952266 - std::sys_common::backtrace::print::h303dc496d0a02ac7
2: 0x7fc8f398367d - std::panicking::default_hook::{{closure}}::h54ea6ca0736ca7b6
3: 0x7fc8f39833f0 - std::panicking::default_hook::h1e3d1d870e28f99f
4: 0x7fc8f014a79d - rustc::util::common::panic_hook::h3b557d2f6bde6608
5: 0x7fc8f3983d43 - std::panicking::rust_panic_with_hook::h4e7e49b5bd0c7f89
6: 0x7fc8eedee806 - std::panicking::begin_panic::h200e12377b9b05d2
7: 0x7fc8eee07cb4 - <rustc_errors::Handler as core::ops::drop::Drop>::drop::hcb65ba2dc95736f0
8: 0x7fc8f3daa050 - core::ptr::drop_in_place::h3c8bb2be445f4ff8
9: 0x7fc8f3db8a4b - rustc_driver::run_compiler_with_pool::h322252545f39af13
10: 0x7fc8f3cdaddc - <scoped_tls::ScopedKey<T>>::set::hcf2b51cc9165a792
11: 0x7fc8f3cdb1b1 - <scoped_tls::ScopedKey<T>>::set::hd13a30972f165b87
12: 0x7fc8f3d35f9a - syntax::with_globals::h2dd6405a67408233
13: 0x7fc8f3cd99d2 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3dd6029453b368fb
14: 0x7fc8f398cac9 - __rust_maybe_catch_panic
15: 0x7fc8f3db54d1 - rustc_driver::run::hefaf0722af9320ee
16: 0x7fc8f3dc2c9a - rustc_driver::main::hd96d04c61215cafe
17: 0x55eefd0e2b22 - std::rt::lang_start::{{closure}}::hc5d1014fc1fc857a
18: 0x7fc8f3983782 - std::panicking::try::do_call::hf24e6e220cb0e57e
19: 0x7fc8f398cac9 - __rust_maybe_catch_panic
20: 0x7fc8f39661c5 - std::rt::lang_start_internal::ha2b727771bfca9b8
21: 0x55eefd0e2b83 - main
22: 0x7fc8f357c2b0 - __libc_start_main
23: 0x55eefd0e2a19 - _start
24: 0x0 - <unknown>
query stack during panic:
end of query stack
thread panicked while panicking. aborting.
error: Could not compile `wlancfg`.
To learn more, run the command again with --verbose.
error: cargo exited with status ExitStatus(ExitStatus(25856))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment