Re-enable testing of nightly proc macro

This commit is contained in:
David Tolnay 2018-05-21 09:23:22 -07:00
parent b5f083e6f4
commit ced57a9e5f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -55,8 +55,7 @@ else
channel build channel build
cd "$DIR/test_suite" cd "$DIR/test_suite"
channel test --features unstable channel test --features unstable
# Broken while syn and quote update to the new proc-macro API channel build --tests --features proc-macro2/nightly
#channel build --tests --features proc-macro2/nightly
if [ -z "${APPVEYOR}" ]; then if [ -z "${APPVEYOR}" ]; then
cd "$DIR/test_suite/no_std" cd "$DIR/test_suite/no_std"
channel build channel build