"static assertion failed" pointed to the static_assert token and
then underlined the static assertion expression:
<source>:3:1: error: static assertion failed static_assert(false); ^ ~~~~~ 1 error generated.
See Godbolt: https://godbolt.org/z/r38booz59
Now one points and highlights the assertion expression.