Lines Matching full:rustc
16 compiled with `rustc`. Finally, the compiled bindings' layout tests are run.
26 compile with `rustc`, and want to exit non-zero early if that is not the
89 dest="rustc",
90 help="Do not attempt to compile the emitted bindings with `rustc`.")
98 help="Exit non-zero if `rustc` successfully compiles the emitted bindings.")
100 "--rustc-grep",
102 …help="Exit non-zero if the output from compiling the bindings with `rustc` does not contain the gi…
149 if args.rustc and not args.expect_bindgen_fail:
238 ["rustc", "--crate-type", "lib", "--test", "-o", test_exe, bindings],
246 exit_1("Error: did not find '{}' in `rustc`'s output".format(args.rustc_grep), child)
249 … exit_1("Error: expected running `rustc` on the emitted bindings to fail, but it didn't", child)
252 exit_1("Error: running `rustc` on the emitted bindings failed", child)