Lines Matching refs:expect
77 .expect("should spawn `rustup run nightly rustfmt`");
97 io::copy(&mut stdout, &mut output).expect("Should copy stdout into vec OK");
101 let _ = child.wait().expect("should wait on rustfmt child OK");
105 .expect("writer thread should not have panicked")
106 .expect("should have written to child rustfmt's stdin OK");
109 .expect("rustfmt should only emit valid utf-8");
113 .expect("stderr reader thread should not have panicked")
114 .expect("should have read child rustfmt's stderr OK");
607 .expect("should spawn ../ci/no-includes.sh OK")
609 .expect("should wait for ../ci/no-includes OK")
652 .expect("should dump preprocessed input");
686 .expect("unable to generate bindings");
705 builder.generate().expect("failed to generate bindings");
735 .expect("Failed to generate bindings");
738 .expect("Could not read generated wrap_static_fns.c");
741 .expect("Could not read actual wrap_static_fns.c");