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
It looks like this is a problem with ext::base::expr_to_string.
jseyfried
changed the title
codemap.source_callsite() is not always accurateinclude! uses the wrong search path when it is inside an asm! macro invocation
Jul 14, 2016
For example,
include_str!
invocation here in this expansion should search insrc/arch
but instead searches insrc/arch/x86
.The text was updated successfully, but these errors were encountered: