We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83720d commit d9493f2Copy full SHA for d9493f2
1 file changed
tests/rustdoc-html/fn-delegation-impl-trait.rs
@@ -1,4 +1,5 @@
1
// Regression test for <https://github.com/rust-lang/rust/issues/155728>
2
+// Make sure delegating functions with `impl Trait` in argument position works correctly.
3
//@ aux-crate:fn_delegation_impl_trait_aux=fn-delegation-impl-trait-aux.rs
4
#![feature(fn_delegation)]
5
#![allow(incomplete_features)]
0 commit comments