Skip to content

Commit 3784644

Browse files
Update tests/ui/impl-trait/impl-fn-rpit-opaque-107883.rs
Co-authored-by: waffle <[email protected]>
1 parent 6cfa6e2 commit 3784644

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ui/impl-trait/impl-fn-rpit-opaque-107883.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ check-pass
2-
// Regression test for #107883: Returning `impl Fn(T) -> impl Trait`
3-
// This compiles since #122077: Pass list of defineable opaque types into canonical queries
2+
// Regression test for <https;//github.com/rust-lang/rust/issues/107883>
43
#![feature(impl_trait_in_fn_trait_return)]
54
#![feature(unboxed_closures)] // only for `h`
65

0 commit comments

Comments
 (0)