Skip to content

Commit 6743511

Browse files
committed
rustup: update to nightly-2025-06-30.
- `filter_landing_pad` no longer has a return value.
1 parent 51eca39 commit 6743511

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/rustc_codegen_nvvm/src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ impl<'ll, 'tcx, 'a> BuilderMethods<'a, 'tcx> for Builder<'a, 'll, 'tcx> {
10561056
todo!()
10571057
}
10581058

1059-
fn filter_landing_pad(&mut self, _pers_fn: &'ll Value) -> (&'ll Value, &'ll Value) {
1059+
fn filter_landing_pad(&mut self, _pers_fn: &'ll Value) {
10601060
todo!()
10611061
}
10621062

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2025-06-23"
3-
components = ["clippy", "llvm-tools-preview", "rust-src", "rustc-dev", "rustfmt", "rust-analyzer"]
2+
channel = "nightly-2025-06-30"
3+
components = ["clippy", "llvm-tools-preview", "rust-src", "rustc-dev", "rustfmt", "rust-analyzer"]

0 commit comments

Comments
 (0)