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
Consider labels of inline asm as conditionally executed (#15676)
Since an `asm!()` statement is mostly unknown, as we do not know what it
does, consider all labels' `break` as being conditionally executed only.
Fixes#15673
changelog: [`never_loop`]: do not consider `break` labels used in
`asm!()` as being unconditionally executed as they might not be
0 commit comments