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
With the flag, rustpkg will assume that the first directory that has any crate files in it matches any package it's searching for, and then build the contents and give it a name reflecting the package ID you wanted to build rather than the package ID that the sources are for. With perplexing results.
Move [`assertions_on_result_states`] to restriction
Closerust-lang#9263
This lint causes regression on readability of code and log output. And printing runtime values is not particularly useful for majority of tests which should be reproducible.
changelog: Move [`assertions_on_result_states`] to restriction and don't lint it for unit type
Signed-off-by: tabokie <xy.tao@outlook.com>
With the flag, rustpkg will assume that the first directory that has any crate files in it matches any package it's searching for, and then build the contents and give it a name reflecting the package ID you wanted to build rather than the package ID that the sources are for. With perplexing results.
/cc @metajack
The text was updated successfully, but these errors were encountered: