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
rust: ensure libmodule.so gets recompiled when rustc version changes
Procedural macros can only be used with the rustc that compiles it.
When rustc version changes, the corresponding libcore source code also
changes, so adding `core.o` to the dependency of `libmodule.so` can
force a recompilation of `libmodule.so`.
Signed-off-by: Gary Guo <gary@garyguo.net>
0 commit comments