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
// The indentation stays the same, as expectedfnfoobar(){let x = y else{panic!();};}// The indentation is increased every time you run `cargo fmt`macro_rules! foobar {() => {let pat = expr else {
panic!();};};}