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
An inner doc comment //! doc currently incorrectly tokenizes as an outer attribute, #[doc = "//! doc"]. It should be an inner attribute, #![doc = " doc"]. You can see the correct behavior in macro_rules:
An inner doc comment
//! doc
currently incorrectly tokenizes as an outer attribute,#[doc = "//! doc"]
. It should be an inner attribute,#![doc = " doc"]
. You can see the correct behavior in macro_rules:Repro script
@alexcrichton
The text was updated successfully, but these errors were encountered: