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
Setting the crate filter to AllCrates doesn't actually run on all crates, because the plugin uses RUSTC_WORKSPACE_WRAPPER where it should be using RUSTC_WRAPPER in this case.
Setting the crate filter to
AllCratesdoesn't actually run on all crates, because the plugin usesRUSTC_WORKSPACE_WRAPPERwhere it should be usingRUSTC_WRAPPERin this case.