Skip to content

Commit 8f13f78

Browse files
bors[bot]ehuss
andcommitted
Merge #357
357: Fix tests for minor message change in 1.32. r=ehuss a=ehuss Co-authored-by: Eric Huss <[email protected]>
2 parents 957a04d + a15bc62 commit 8f13f78

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ install:
4343
# Pin a known good version of nightly and clippy.
4444
- >
4545
if [ "$TRAVIS_RUST_VERSION" != "nightly" ]; then
46-
rustup install nightly-2018-08-04;
46+
rustup install nightly-2018-12-05;
4747
host=$(rustc -Vv | grep ^host: | sed -e "s/host: //g");
4848
toolchains=$(dirname $(dirname $(dirname $(rustup which rustc))));
4949
mv $toolchains/nightly-* $toolchains/nightly-$host;
5050
fi
5151
# Install Rust packages needed by integration tests.
52-
- rustup component add clippy-preview --toolchain=nightly
52+
- rustup component add clippy --toolchain=nightly
5353
- cargo install cargo-script
5454

5555

tests/error-tests/tests/macro-expansion-outside-1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ extern crate dcrate;
1414
// ~ERR(>=1.20.0) /expected one of .*, found `:`/
1515
// ~ERR(>=1.20.0) this error originates in a macro outside of the current crate
1616
// ~ERR(>=1.20.0) expected one of
17+
// ~ERR(>=1.32.0-beta) in this macro
1718
// ~ERR(>=1.20.0,<1.24.0-beta) unexpected token
1819
// end-msg: ERR(>=1.19.0,<1.20.0-beta) /expected one of .*, found `:`/
1920
// end-msg: ERR(>=1.19.0,<1.20.0-beta) Errors occurred in macro <example_bad_syntax macros> from external crate

0 commit comments

Comments
 (0)