blob: 986c2f0890c3e0cecea01190de5a9feacb5437d8 [file] [log] [blame]
error[E0617]: can't pass `fn(*const u8) {bar}` to variadic function
--> $DIR/issue-32201.rs:19:16
|
LL | foo(0, bar);
| ^^^ help: cast the value to `fn(*const u8)`: `bar as fn(*const u8)`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0617`.