Diogo Sousa

Results 49 issues of Diogo Sousa

After #177 we can't generate intralinks to foreign impl items such as: ```rust //! [String::from_utf8_lossy](String::from_utf8_lossy) //! [char::is_ascii_lowercase](char::is_ascii_lowercase) ``` These fail because we can't resolve them with the `paths` field of...

### The content that the question is about The store in `READY`: https://github.com/m-ou-se/rust-atomics-and-locks/blob/main/examples/ch3-11-fence.rs#L17 ### The question The atomics in `READY` are only read with `Relaxed` ordering in line 21. Can't...

question

Hi @Enselic. This PR allows users to capture the std{out,err} of rustdoc, which is something I need to do in cargo-rdme. Let me know what you think.

The first commit is the PR #222. The median performance change from the `Send` version to PR #222 is a slowdown of 1.7%.

`cargo miri test` hangs on doc-tests with edition 2024 with cargo 1.87.0-nightly (ce948f461 2025-02-14). # Steps to reproduce: 1. Create a project: ```console $ cargo init --lib --edition 2024 foo...

C-bug

E-hard
C-enhancement
A-trait-system
T-compiler
T-types

Version 0.18.0 was not released to crates.io.