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 97a4bd1 commit ad44535Copy full SHA for ad44535
tests/ui/functions-closures/bare-fn-implements-fn-mut.rs
@@ -1,3 +1,5 @@
1
+//! Tests that bare functions implement the `FnMut` trait correctly.
2
+
3
//@ run-pass
4
5
fn call_f<F:FnMut()>(mut f: F) {
0 commit comments