You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/testsuite/future_incompat_report.rs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ frequency = 'never'
161
161
.env("RUSTFLAGS","-Zfuture-incompat-test")
162
162
.with_stderr_contains(FUTURE_OUTPUT)
163
163
.with_stderr_contains("warning: the following packages contain code that will be rejected by a future version of Rust: foo v0.0.0 [..]")
164
-
.with_stderr_contains(" - foo v0.0.0[..]")
164
+
.with_stderr_contains(" - foo:0.0.0[..]")
165
165
.run();
166
166
}
167
167
}
@@ -213,18 +213,18 @@ fn test_multi_crate() {
213
213
.masquerade_as_nightly_cargo()
214
214
.env("RUSTFLAGS","-Zfuture-incompat-test")
215
215
.with_stderr_contains("warning: the following packages contain code that will be rejected by a future version of Rust: first-dep v0.0.1, second-dep v0.0.2")
0 commit comments