-
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
Allow Area: Attributes (`#[…]`, `#![…]`)
A-doctests
Area: Documentation tests, run by rustdoc
A-run-make
Area: port run-make Makefiles to rmake.rs
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
#![doc(test(attr(..)))]
everywhere
A-attributes
#140560
opened May 1, 2025 by
Urgau
Loading…
Rustdoc should emit a warning if a Area: Documentation tests, run by rustdoc
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
main
function is surrounded by non-items in a doctest
A-doctests
#140310
opened Apr 25, 2025 by
GuillaumeGomez
Tracking issue for release notes of #137096: Stabilize flags for doctest cross compilation
A-doctests
Area: Documentation tests, run by rustdoc
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
relnotes
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
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.
rustdoc: doctest-xcompile passes when it shouldn't
A-cross
Area: Cross compilation
A-doctests
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139924
opened Apr 16, 2025 by
bugadani
Thousands of /tmp/rustdoctest* directories
A-doctests
Area: Documentation tests, run by rustdoc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139899
opened Apr 16, 2025 by
m-ou-se
Regression: source code location is bad in nightly (doctests)
A-doctests
Area: Documentation tests, run by rustdoc
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
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
regression-untriaged
Untriaged performance or correctness regression.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134532
opened Dec 19, 2024 by
xmppftw
Tracking issue for rustdoc Area: Documentation tests, run by rustdoc
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--output-format=doctest
command-line flag
A-doctests
#134529
opened Dec 19, 2024 by
GuillaumeGomez
2 tasks
Tracking Issue for rustdoc Area: Command-line interface (CLI) to the compiler
A-doctests
Area: Documentation tests, run by rustdoc
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--doctest-compilation-args
command line option
A-CLI
#134172
opened Dec 11, 2024 by
GuillaumeGomez
3 tasks
rustdoc: support #![cfg(feature)] that disables doc tests
A-cfg
Area: `cfg` conditional compilation
A-doctests
Area: Documentation tests, run by rustdoc
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133886
opened Dec 5, 2024 by
kornelski
Document Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-doctests
Area: Documentation tests, run by rustdoc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
compile_fail,E1234
syntax for marking compile_fail tests as failing with a particular error
A-docs
#132367
opened Oct 30, 2024 by
Manishearth
using Area: Messages for errors, warnings, and lints
A-doctests
Area: Documentation tests, run by rustdoc
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
super
in doctests errors
A-diagnostics
#130274
opened Sep 12, 2024 by
y86-dev
100% CPU usage when running doc tests
A-doctests
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
I-compiletime
Issue: Problems and improvements with respect to compile times.
perf-regression
Performance regression.
regression-untriaged
Untriaged performance or correctness regression.
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.
#128538
opened Aug 2, 2024 by
tingerrr
doctest
line number is incorrect if used with #![doc = include_str!()]
A-doctests
#127893
opened Jul 18, 2024 by
ProfFan
Doctest doesn't print valid assert file line and column location link
A-doctests
Area: Documentation tests, run by rustdoc
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.
#126251
opened Jun 11, 2024 by
x4exr
Subpar documentation for ptr-to-ref conversion methods
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-doctests
Area: Documentation tests, run by rustdoc
C-discussion
Category: Discussion or questions that doesn't represent real issues.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#124669
opened May 3, 2024 by
GrigorenkoPV
1 of 16 tasks
Incorrect span used for doctest when both an outer doc comment (///) and inner doc comment (//!) are used on a module
A-diagnostics
Area: Messages for errors, warnings, and lints
A-doctests
Area: Documentation tests, run by rustdoc
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.
#117753
opened Nov 9, 2023 by
IceTDrinker
doctest
should not be opt-in
A-doctests
#117529
opened Nov 2, 2023 by
loynoir
rustdoc-js-std
tester doesn't always pick the latest search.js
file
A-doctests
#112570
opened Jun 12, 2023 by
GuillaumeGomez
unused_crate_dependencies false positives for dev-dependencies added for Doctests
A-crates
Area: Crates and their interactions (like crate loading)
A-doctests
Area: Documentation tests, run by rustdoc
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#101334
opened Sep 2, 2022 by
laralove143
doctests show a full stack trace of the panic despite Area: Documentation tests, run by rustdoc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
RUST_BACKTRACE
not being set
A-doctests
#99834
opened Jul 27, 2022 by
Lokathor
rustdoc: passing --nocapture to the test runner still captures (and hides) test output
A-doctests
Area: Documentation tests, run by rustdoc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#98550
opened Jun 26, 2022 by
RalfJung
Doctests now run on non-exported Area: Documentation tests, run by rustdoc
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
macro_rules!
, but can't actually test the macro
A-doctests
Rustdoc warns about comments in code blocks
A-doctests
Area: Documentation tests, run by rustdoc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#96233
opened Apr 20, 2022 by
macmv
Compiling with Area: Source-based code coverage (-Cinstrument-coverage)
A-doctests
Area: Documentation tests, run by rustdoc
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
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
RUSTFLAGS="-C instrument-coverage"
changes dependency tracking for doctest builds
A-code-coverage
#95825
opened Apr 8, 2022 by
scouten-adobe
When Area: Documentation tests, run by rustdoc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
rustdoc
tests crash, it is very difficult to investigate the failure
A-doctests
#95601
opened Apr 2, 2022 by
nagisa
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.