Jane Losare-Lusby
Jane Losare-Lusby
Will the foundation take over managing funding for the rust projects supporting infrastructure?
As suggested by @KodrAus, we should setup an Experts Map to give reviewers / contributors a good idea of who to ping for certain areas of the library e.g. windows...
Building upon the [Target tier policy](https://doc.rust-lang.org/nightly/rustc/platform-support.html) the libs team would like to more clearly define our relationship with target maintainers and ensure that we are providing support as necessary to...
From the 2021-02-10 Libs team meeting: * https://hackmd.io/TpwctrseSkeCmhaaL_weVA
To support better interop with thiserror `displaydoc` should attempt to first look for `#[error("..")]` and `#[error(transparent)]` attributes before looking for doc attributes, this will allow displaydoc to only use a...
DO NOT MERGE This is a test PR to trial using the new try_trait_v2 feature with TapFallible inspired by the note[^1] in the TapOptional docs indicating that it was slated...
## Feature Request ### Motivation I'm writing a 3rd party library for instrumenting programs with tracing spans https://github.com/yaahc/spandoc that I would like to be able to test using the tracing...
I have a cheeky idea. We already have an error reporter. We coooould use that and then make the source we're underlining the commandline and its args. _Originally posted by...
The current implementation only checks that method names are the same, it doesn't check that arguments, return types, etc are all correct as well. _Originally posted by @yaahc in https://github.com/sophiajt/june/pull/58#discussion_r1578468861_