parent
7057f40e5d
commit
99ffb5af99
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ impl Foo {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn homura<T: Deref<Target = i32>>(_: T) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let _ = function(move || 5);
|
let _ = function(move || 5);
|
||||||
let _ = move || 42;
|
let _ = move || 42;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue