include!
should add file dependencies like include_str!
#58069
Labels
A-incr-comp
Area: Incremental compilation
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Let's say I use the
include!
macro and then docargo build
. If I then change the included file and re-runcargo build
, cargo should rebuild. However, right now, it doesn't seem to do anything.In other words, I'm encountering the same problem as in #24348, except with the
include!
macro instead of theinclude_bytes!
macro.The text was updated successfully, but these errors were encountered: