include_file!()
must show the full path and its kind in case of error
#1322
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🧑💻 dev experience
developer experience (excluding CI)
🔺 re_renderer
affects re_renderer itself
We've been chasing a nasty build issue with @jleibs and towards the end had to deal with this error:
which isn't too useful and had us look in all kinds of wrong directions until we realized that this was looking for an actual physical path, meaning this was mistakenly building in debug mode... something that should have been obvious by looking at the error.
include_file!()
must indicate the full path and whether its virtual or physical when failing.The text was updated successfully, but these errors were encountered: