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
The following code (a caricature of what the fugit crate does) compiles without warnings, yet rust analyzer flags expected Rate<u32, NOM, DENOM>, found Rate<u32, _, _> [type-mismatch] in the definition of the new() method, and in the call to run()at the end:
The following code (a caricature of what the fugit crate does) compiles without warnings, yet rust analyzer flags
expected Rate<u32, NOM, DENOM>, found Rate<u32, _, _> [type-mismatch]
in the definition of thenew()
method, and in the call torun()
at the end:Relevant info:
Someone has been working on this in the last few days, but it is not fixed:
Today's nightly has one error less:
The text was updated successfully, but these errors were encountered: