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
It's not clear from the error message what exactly is wrong. It said it found a &mut _ but the underlined type matches exactly the expected type (GDBusConnection is the same type as cxxrsutil::FFIGDBusConnection).
The text was updated successfully, but these errors were encountered:
With 1.0.40, this code:
no longer compiles:
(Associated C++ code is here: https://github.com/coreos/rpm-ostree/blob/bef1fc792655e6a22cc8676949a6a5792686ee2b/src/app/rpmostree-clientlib.h#L37-L56)
It's not clear from the error message what exactly is wrong. It said it found a
&mut _
but the underlined type matches exactly the expected type (GDBusConnection
is the same type ascxxrsutil::FFIGDBusConnection
).The text was updated successfully, but these errors were encountered: