blob: c9ce936c7d43fc06e0691eb6304ae940d71fd50e [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/regions-fn-subtyping-return-static-fail.rs:48:12
|
LL | want_G(baz);
| ^^^ one type is more general than the other
|
= note: expected fn pointer `for<'cx> fn(&'cx S) -> &'static S`
found fn pointer `for<'r> fn(&'r S) -> &'r S`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.