We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee27c4 commit 6a5a6d6Copy full SHA for 6a5a6d6
genbindings.sh
@@ -128,7 +128,7 @@ BIN="$(pwd)/c-bindings-gen/target/release/c-bindings-gen"
128
129
function add_crate() {
130
pushd "$LIGHTNING_PATH/$1"
131
- RUSTC_BOOTSTRAP=1 cargo rustc --profile=check $3 -- -Zunstable-options --pretty=expanded > /tmp/$1-crate-source.txt
+ RUSTC_BOOTSTRAP=1 cargo rustc --profile=check $3 -- -Zunpretty=expanded > /tmp/$1-crate-source.txt
132
popd
133
if [ "$HOST_PLATFORM" = "host: x86_64-apple-darwin" ]; then
134
sed -i".original" "1i\\
0 commit comments