Skip to content

Commit ced57a9

Browse files
committed
Re-enable testing of nightly proc macro
1 parent b5f083e commit ced57a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ else
5555
channel build
5656
cd "$DIR/test_suite"
5757
channel test --features unstable
58-
# Broken while syn and quote update to the new proc-macro API
59-
#channel build --tests --features proc-macro2/nightly
58+
channel build --tests --features proc-macro2/nightly
6059
if [ -z "${APPVEYOR}" ]; then
6160
cd "$DIR/test_suite/no_std"
6261
channel build

0 commit comments

Comments
 (0)