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
Do not accidentally force diagnostic message in reportWarning
Diagnostic messages are contained within a `MessageContainer` which
takes the message by name. This is in order for the compiler to be able
to throw away messages without evaluting potentially costly operations.
Calling `.contained` breaks this laziness.
0 commit comments