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.
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.
This means that such attributes type (crate-level) must be ignored/skipped by rust-script or something (I don't know the implementation).
The text was updated successfully, but these errors were encountered: