Disable nightly proc-macro build

This commit is contained in:
David Tolnay
2018-05-18 12:24:03 -07:00
parent 4aeb0df88f
commit 62850bf832
+2 -1
View File
@@ -55,7 +55,8 @@ else
channel build
cd "$DIR/test_suite"
channel test --features unstable
channel build --tests --features proc-macro2/nightly
# Broken while syn and quote update to the new proc-macro API
#channel build --tests --features proc-macro2/nightly
if [ -z "${APPVEYOR}" ]; then
cd "$DIR/test_suite/no_std"
channel build