Skip to content

Commit a09d521

Browse files
committed
Auto merge of #157493 - jieyouxu:jieyouxu/exp/weird-test, r=<try>
[DO NOT MERGE] Debugging #157447 try-job: armhf-gnu try-job: test-various
2 parents ac6f3a3 + eb3314d commit a09d521

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

tests/ui/issues/issue-34796.rs renamed to tests/ui/cross-crate/xxx-what-is-happening.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// the symbol name.
99
// The fix was to make the order in which predicates get encoded stable.
1010

11-
//@ aux-build:issue-34796-aux.rs
12-
extern crate issue_34796_aux;
11+
//@ aux-build:xxx-what-is-happening.rs
12+
extern crate xxx_what_is_happening as issue_34796_aux;
1313

1414
fn mk<T>() -> T { loop {} }
1515

0 commit comments

Comments
 (0)