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
#86947 recently landed, but in some situations, compiling with code that references both the std::assert macro and the assert_matches macro creates a name collision (at best, confusing error messages when std::assert appears to be feature gated, but there are other more complicated errors that are harder to workaround).
The new assertmodule name is not important, so changing the name to something else should be OK, and would resolve the name collision.
The text was updated successfully, but these errors were encountered:
#86947 recently landed, but in some situations, compiling with code that references both the
std::assert
macro and theassert_matches
macro creates a name collision (at best, confusing error messages whenstd::assert
appears to be feature gated, but there are other more complicated errors that are harder to workaround).The new
assert
module name is not important, so changing the name to something else should be OK, and would resolve the name collision.The text was updated successfully, but these errors were encountered: