Skip to content

Commit

Permalink
Use multirust to regenerate the bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bholley authored and heycam committed Jun 3, 2016
1 parent 4e277d7 commit 2adc9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/geckolib/gecko_bindings/tools/regen_style_structs.sh
Expand Up @@ -136,7 +136,7 @@ else
TESTS_SRC=$(mktemp)
echo "#![feature(const_fn)]" > $TESTS_SRC
cat ../structs.rs >> $TESTS_SRC
rustc $TESTS_SRC --test -o $TESTS_FILE
multirust run nightly rustc $TESTS_SRC --test -o $TESTS_FILE
$TESTS_FILE
rm $TESTS_FILE
rm $TESTS_SRC
Expand Down

0 comments on commit 2adc9ab

Please sign in to comment.