mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Use multirust to regenerate the bindings.
This commit is contained in:
parent
4e277d74e8
commit
2adc9abe13
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue