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
These modules are just serving to provide a primitive page for (), and rustdoc currently only looks at the top level for #[doc(primitive)] attributes. Make it look one level deeper would allow those modules to be properly moved.
The text was updated successfully, but these errors were encountered:
…r-items, r=HKalbasi
Report `incorrect-ident-case` for inner items
Fixesrust-lang#15319
Although we have been collecting the diagnostics for inner items within function bodies, we were discarding them and never reported to the users. This PR makes sure that they are all reported and additionally collects the diagnostics for inner items within const bodies, static bodies, and enum variant bodies.
These modules are just serving to provide a primitive page for
()
, and rustdoc currently only looks at the top level for#[doc(primitive)]
attributes. Make it look one level deeper would allow those modules to be properly moved.The text was updated successfully, but these errors were encountered: