We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d95ec commit 637e606Copy full SHA for 637e606
.travis.yml
@@ -32,7 +32,7 @@ matrix:
32
# increased every 6 weeks or so when the first PR to use a new feature.
33
- env: TARGET=x86_64-unknown-linux-gnu
34
ALT=i686-unknown-linux-gnu
35
- rust: 1.27.2
+ rust: 1.28.0
36
script:
37
- rustup toolchain install nightly
38
- cargo +nightly generate-lockfile -Z minimal-versions
tests/testsuite/check.rs
@@ -724,10 +724,6 @@ fn check_artifacts() {
724
725
#[test]
726
fn short_message_format() {
727
- if !is_nightly() {
728
- // This can be removed once 1.30 is stable (rustdoc --error-format stabilized).
729
- return;
730
- }
731
let foo = project()
732
.file("src/lib.rs", "fn foo() { let _x: bool = 'a'; }")
733
.build();
0 commit comments