We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d253d3 commit 91bbce4Copy full SHA for 91bbce4
capi/gen_header.sh
@@ -71,7 +71,7 @@ cp "$CAPI_DIR/include/hyper.h" "$header_file_backup"
71
cd "${WORK_DIR}" || exit 2
72
73
# Expand just the ffi module
74
-if ! output=$(RUSTFLAGS='--cfg hyper_unstable_ffi' cargo rustc -- -Z unstable-options --pretty=expanded 2>&1 > expanded.rs); then
+if ! output=$(RUSTFLAGS='--cfg hyper_unstable_ffi' cargo rustc -- -Z unpretty=expanded 2>&1 > expanded.rs); then
75
# As of April 2021 the script above prints a lot of warnings/errors, and
76
# exits with a nonzero return code, but hyper.h still gets generated.
77
#
0 commit comments