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
Assume we have a file main.rs which defines a module foo residing in foo.rs. When the package has previously been built, rustpkg build … only checks the timestamp of main.rs, but not that of foo.rs, ignoring changes done there.
This also applies to rustpkg test with test.rs.
The text was updated successfully, but these errors were encountered:
Assume we have a file
main.rs
which defines a modulefoo
residing infoo.rs
. When the package has previously been built,rustpkg build …
only checks the timestamp ofmain.rs
, but not that offoo.rs
, ignoring changes done there.This also applies to
rustpkg test
withtest.rs
.The text was updated successfully, but these errors were encountered: