-
This issue tracks the release notes text for #131377.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review …
-
### Which Cloudflare product(s) does this pertain to?
Other
### What version(s) of the tool(s) are you using?
3.86.0 [Wrangler]
### What version of Node are you using?
23.1.0
### What operating …
-
Mysteriously, I can't use `https://github.com/racer-rust/emacs-racer` or `racer-rust/emacs-racer`. My `*Messages*` buffer just shows:
```
Contacting host: api.github.com:443
github-clone: Repository …
-
This is a tracking issue for the RFC "target_feature 1.1" (rust-lang/rfcs#2396).
Issues: https://github.com/rust-lang/rust/labels/F-target_feature_11
## People
*Last updated in Mar 2023:*
* Shephe…
-
### Summary
clippy claims that `let ... else` should be replaced by `?` in the following code. However, actually replacing it with `?` results in a compile error.
### Lint Name
question_mark
### R…
-
### Bug Description
In https://github.com/launchbadge/sqlx/commit/d76b1357da21f777ee1cdab8bfd907ed66c7b3bd , sqlx-core turned off default features for `url` even though `url` didn't have default fe…
-
The data structures in this trait are not generic, will need associated_type_defaults to implement it.
see issue #29661 for more information
-
I was looking at a Rust release blog post, and it mentioned thanks.rust-lang.org, and also mentioned that it existed at https://❤.rust-lang.org . However, visiting the site from that URL doesn't work…
luser updated
7 years ago
-
### Summary
`else` block in `let-else` can have different behaviour depending on build configuration. Clippy ignores it and suggests replacing `let-else` block with `?`, completely removing `#[cfg]`-…
-
### Code
```rust
trait LendingIterator {
type Item Query mutant.rs:2:20
|
2 | type Item {
| ++++
error[E0262]: invalid lifetime parameter name: `'static`
--> mutant…