Skip to content

Commit eb3314d

Browse files
committed
[DO NOT MERGE] Experiment
1 parent 39ec825 commit eb3314d

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)