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
With --verus-only set, verusfmt still removes a newline from a file with no verus! macro.
// The newline below this comment is deleted with --verus-only.use std::marker::PhantomData;pubfnmain(){}// Formatting error here pops up without --verus-only