Skip to content

Commit 6d56d61

Browse files
committed
move tests into submodule
1 parent 580371e commit 6d56d61

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/ui/closures/issue-23012-supertrait-signature-inference.rs renamed to tests/ui/closures/deduce-signature/issue-23012-supertrait-signature-inference.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//@ revisions: current next
2+
//@ ignore-compare-mode-next-solver (explicit revisions)
3+
//@[next] compile-flags: -Znext-solver
14
//@ check-pass
25
// Checks that we can infer a closure signature even if the `FnOnce` bound is
36
// a supertrait of the obligations we have currently registered for the Ty var.

0 commit comments

Comments
 (0)