Skip to content

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

Merged
pull[bot] merged 4 commits into
asukaminato0721:masterfrom
rust-lang:master
Jul 12, 2026
Merged

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

Conversation

@pull

@pull pull Bot commented Jul 12, 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 added 4 commits July 12, 2026 20:27
Example
---
```rust
const VALS: [i32; 2$0] = [1, 2, 3];
```

**Before this PR**

No available fixes

**After this PR**

```rust
const VALS: [i32; 3] = [1, 2, 3];
```
feat: add fixes for array length for type_mismatch
@pull pull Bot locked and limited conversation to collaborators Jul 12, 2026
@pull pull Bot added the ⤵️ pull label Jul 12, 2026
@pull
pull Bot merged commit afdf929 into asukaminato0721:master Jul 12, 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.

1 participant