blob: f6d2385ac69af09076fc9c0c212336576f9277b9 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/static-reference-to-fn-1.rs:17:15
|
LL | func: &foo,
| ^^^^ expected fn pointer, found fn item
|
= note: expected type `&fn() -> std::option::Option<isize>`
found type `&fn() -> std::option::Option<isize> {foo}`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.