We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfa6e2 commit 3784644Copy full SHA for 3784644
tests/ui/impl-trait/impl-fn-rpit-opaque-107883.rs
@@ -1,6 +1,5 @@
1
//@ 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
+// Regression test for <https;//github.com/rust-lang/rust/issues/107883>
4
#![feature(impl_trait_in_fn_trait_return)]
5
#![feature(unboxed_closures)] // only for `h`
6
0 commit comments