File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ install:
43
43
# Pin a known good version of nightly and clippy.
44
44
- >
45
45
if [ "$TRAVIS_RUST_VERSION" != "nightly" ]; then
46
- rustup install nightly-2018-08-04 ;
46
+ rustup install nightly-2018-12-05 ;
47
47
host=$(rustc -Vv | grep ^host: | sed -e "s/host: //g");
48
48
toolchains=$(dirname $(dirname $(dirname $(rustup which rustc))));
49
49
mv $toolchains/nightly-* $toolchains/nightly-$host;
50
50
fi
51
51
# Install Rust packages needed by integration tests.
52
- - rustup component add clippy-preview --toolchain=nightly
52
+ - rustup component add clippy --toolchain=nightly
53
53
- cargo install cargo-script
54
54
55
55
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ extern crate dcrate;
14
14
// ~ERR(>=1.20.0) /expected one of .*, found `:`/
15
15
// ~ERR(>=1.20.0) this error originates in a macro outside of the current crate
16
16
// ~ERR(>=1.20.0) expected one of
17
+ // ~ERR(>=1.32.0-beta) in this macro
17
18
// ~ERR(>=1.20.0,<1.24.0-beta) unexpected token
18
19
// end-msg: ERR(>=1.19.0,<1.20.0-beta) /expected one of .*, found `:`/
19
20
// end-msg: ERR(>=1.19.0,<1.20.0-beta) Errors occurred in macro <example_bad_syntax macros> from external crate
You can’t perform that action at this time.
0 commit comments