Skip to content

[pull] master from rust-lang:master#69

Merged
pull[bot] merged 5 commits into
asukaminato0721:masterfrom
rust-lang:master
Jun 1, 2026
Merged

[pull] master from rust-lang:master#69
pull[bot] merged 5 commits into
asukaminato0721:masterfrom
rust-lang:master

Conversation

@pull

@pull pull Bot commented Jun 1, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

A4-Tacks and others added 5 commits June 1, 2026 21:27
Example
---
**Before this PR**

```rust
async fn test_async(foo: i32, _: i32) {}
fn main() {
    test_async(1, 2)
             //^ foo
                //^ <ra@gennew>0
```

**After this PR**

```rust
async fn test_async(foo: i32, _: i32) {}
fn main() {
    test_async(1, 2)
             //^ foo
```
…rs" assist

I also made some changes to lang items, which turned out not needed but I think they're useful too, maybe in the future or maybe ot outside projects.
fix: Do not fill both `drop()` and `pin_drop()` in the "fill missing members" assist
@pull pull Bot locked and limited conversation to collaborators Jun 1, 2026
@pull pull Bot added the ⤵️ pull label Jun 1, 2026
@pull pull Bot merged commit 55af177 into asukaminato0721:master Jun 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants