You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #122690 - matthiaskrgr:rollup-43fggl0, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- #122480 (Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few cases that used `None`)
- #122567 (Remove fixme about LLVM basic block naming)
- #122588 (less useless filter calls in imported_source_file)
- #122647 (add_retag: ensure box-to-raw-ptr casts are preserved for Miri)
- #122649 (Update the minimum external LLVM to 17)
- #122680 (Do not eat nested expressions' results in `MayContainYieldPoint` format args visitor)
- #122683 (add missing test: expected paren or brace in macro)
- #122689 (Add missing `try_visit` calls in visitors.)
r? `@ghost`
`@rustbot` modify labels: rollup
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Stacked Borrows rules it violated are still experimental
8
8
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md for further information
9
-
help: <TAG> was created by a SharedReadWrite retag at offsets [0x0..0x4]
9
+
help: <TAG> was created by a Unique retag at offsets [0x0..0x4]
= help: this indicates a potential bug in the program: it performed an invalid operation, but the Stacked Borrows rules it violated are still experimental
8
8
= help: see https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md for further information
9
-
help: <TAG> was created by a SharedReadWrite retag at offsets [0x0..0x4]
9
+
help: <TAG> was created by a Unique retag at offsets [0x0..0x4]
0 commit comments