Skip to content

Commit

Permalink
Move traverse-bare-self UI test to version-gated section as its error…
Browse files Browse the repository at this point in the history
… output is not stable between MSRV and current stable.
  • Loading branch information
adamreichold committed May 25, 2023
1 parent 7d4d3ca commit 08bdc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compile_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ fn _test_compile_errors() {
t.compile_fail("tests/ui/invalid_pymethod_names.rs");
t.compile_fail("tests/ui/invalid_pymodule_args.rs");
t.compile_fail("tests/ui/reject_generics.rs");
t.compile_fail("tests/ui/traverse_bare_self.rs");

tests_rust_1_49(&t);
tests_rust_1_56(&t);
Expand Down Expand Up @@ -119,6 +118,7 @@ fn _test_compile_errors() {
t.compile_fail("tests/ui/not_send2.rs");
t.compile_fail("tests/ui/not_send3.rs");
t.compile_fail("tests/ui/get_set_all.rs");
t.compile_fail("tests/ui/traverse_bare_self.rs");
}

#[rustversion::before(1.63)]
Expand Down

0 comments on commit 08bdc32

Please sign in to comment.