Fix assert_next_token on old rustc

This commit is contained in:
David Tolnay
2017-04-10 19:41:32 -07:00
parent f54d597b2e
commit aed5a77540
2 changed files with 12 additions and 8 deletions
+4
View File
@@ -67,10 +67,14 @@ else
cd "$DIR/serde"
channel build --features rc
channel build --no-default-features
cd "$DIR/serde_test"
channel build
CHANNEL=1.13.0
cargo clean
cd "$DIR/serde"
channel build --features rc
channel build --no-default-features
cd "$DIR/serde_test"
channel build
fi