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
Since each LintPass declares the lints it can emit, we could speed up lint checking by skipping passes whose lints are all Allow. But some passes have side effects gathering information for other parts of the compiler, and those should always run.