-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Issues: rust-lang/rust
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
rustdoc incorrectly prints APIT in Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
AliasTy::new
A-cross-crate-reexports
#138604
opened Mar 17, 2025 by
lcnr
repr(u8) appears on std documentation of c_void
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-repr
Area: the `#[repr(stuff)]` attribute
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137440
opened Feb 22, 2025 by
geeklint
rustdoc shows a non-public path for rustc_target::callconv::PassMode
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-rustdoc-search
Area: Rustdoc's search feature
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#137209
opened Feb 18, 2025 by
RalfJung
Incorrect rustdoc rendering of const generic default
A-const-generics
Area: const generics (parameters and arguments)
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133848
opened Dec 4, 2024 by
bjorn3
Documentation uses HRTB lifetime before declaring it
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-higher-ranked
Area: Higher-ranked things (e.g., lifetimes, types, trait bounds aka HRTBs)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132879
opened Nov 10, 2024 by
Scripter17
Rustdoc ignores Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
no_inline
when re-exporting modules from other crates
A-cross-crate-reexports
#131180
opened Oct 3, 2024 by
clarfonthey
re-exported macro_export doc(hidden) pub use macro_rules macro not showing up
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#129982
opened Sep 5, 2024 by
GlenDC
rustdoc: Weird display of Area: const generics (parameters and arguments)
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
<ToBytes for Simd<_, _>>::Bytes
associated type
A-const-generics
#129165
opened Aug 16, 2024 by
GoldsteinE
Rustdoc links are broken when glob reexporting items from a Area: Documentation that has been re-exported from a different crate
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
doc(hidden)
module in another crate.
A-cross-crate-reexports
#127445
opened Jul 7, 2024 by
kpreid
Docs produce invalid type when using bounds in associated type position
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#126432
opened Jun 13, 2024 by
tguichaoua
Cross-crate import chain misses docs from middle crate
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#120927
opened Feb 11, 2024 by
dhardy
Memory usage of re-exported types is high
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#115431
opened Sep 1, 2023 by
FlixCoder
cfg(doc) is not respected on cross-crate re-export
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#114952
opened Aug 17, 2023 by
notriddle
rustdoc leaks MIR ConstValue representation of cross-crate const values that have an opaque type
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#113863
opened Jul 19, 2023 by
fmease
rustdoc's resugaring of projection predicates to type bindings is flawed
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#113015
opened Jun 25, 2023 by
fmease
1 of 3 tasks
Incorrect/Confusing cross-linking in docs for miette crate
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#104344
opened Nov 13, 2022 by
typesanitizer
Methods are not shown for pub type that is imported from other crate
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#103004
opened Oct 13, 2022 by
hellow554
Rustdoc displays private internals of associated constants when reexporting types
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#99630
opened Jul 23, 2022 by
analog-hors
cross-crate intra-doc failures generate a broken link instead of stripping the link
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#96064
opened Apr 15, 2022 by
ben0x539
rustdoc: Links to types in other crates broken when docs inlined via re-export from another crate
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#94346
opened Feb 25, 2022 by
jdisanti
rustdoc: doc attributes are not rendered for re-exports
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#91472
opened Dec 2, 2021 by
crumblingstatue
rustdoc: Inlining a foreign public struct with private fields shows the fields as private in the current crate
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-visibility
Area: Visibility / privacy
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#91440
opened Dec 1, 2021 by
jyn514
rustdoc: Re-exported impls render all bounds as Area: Documentation that has been re-exported from a different crate
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
where
clauses, regardless of source appearance
A-cross-crate-reexports
#89180
opened Sep 22, 2021 by
camelid
same-crate reexports lose documentation added to cross-crate reexports
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#89020
opened Sep 16, 2021 by
shepmaster
rustc docs: Re-exported types' implementations are lost
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#88758
opened Sep 8, 2021 by
camelid
Previous Next
ProTip!
Follow long discussions with comments:>50.