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
Thing like #![feature(duration_constructors)] must be placed before any doc comment, but /// \``cargo` doc comment (apparently) must be placed before crate-level attributes (or anything else, really).
So this is a deadlock situation.