Commit 29b3b4d
committed
Update Rust version to nightly-2026-02-03
Code changes are:
- Removed unnecessary `isize` import.
UI test changes are:
- Showing full paths to more name. A bit unfortunate in our case, since
some things live inside `__macros`, maybe we should consider changing
that?
- Fewer repeated mentions of the same unsatisfied trait bound, that's
nice!
- Removed "this note originates in the macro `assert_eq`", also nice!
- Dyn check swallows other checks earlier, probably nicer in our case.
Assembly test changes are:
- A bit less alignment (?) needed.
- Less code emitted for panics inside drop.
- Reordered stuff in fast enumeration, unsure if for the better or not?
We might want to add some `#[cold]` annotations.1 parent 8509a4a commit 29b3b4d
File tree
46 files changed
+589
-1061
lines changed- .github/workflows
- crates
- header-translator/src
- test-assembly/crates
- test_define_class_drop_ivars/expected
- test_fast_enumeration/expected
- test-ui/ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+589
-1061
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 25 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments