You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solve compilation issues when trying to compile with MSRV:
1) Use a version of env_logger that is compatible with MSRV.
2) The Error types declared by openssl_errors! were being marked as
private, which lead to the following error:
--> parsec-openssl-provider-shared/src/catch.rs:37:1
|
37 | / pub fn r#catch<T>(
38 | | function: Option<fn() -> openssl_errors::Function<super::Error>>,
39 | | f: impl FnOnce() -> Result<T, Box<dyn std::error::Error>>,
40 | | ) -> Result<T, ()> {
| |___________________^ can't leak private type
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
0 commit comments