Skip to content

Commit 52d2303

Browse files
committed
Update future-incompat output test for latest nightly.
1 parent d3c2a77 commit 52d2303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/future_incompat_report.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use cargo_test_support::{basic_manifest, project, Project};
1515
// We use a special flag to force it to generate a report.
1616
const FUTURE_EXAMPLE: &'static str = "fn main() { let x = 1; }";
1717
// Some text that will be displayed when the lint fires.
18-
const FUTURE_OUTPUT: &'static str = "[..]unused_variables[..]";
18+
const FUTURE_OUTPUT: &'static str = "[..]unused variable[..]";
1919

2020
fn simple_project() -> Project {
2121
project()

0 commit comments

Comments
 (0)