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 #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu
Rollup of 4 pull requests
Successful merges:
- #136840 (Fix linker-plugin-lto only doing thin lto)
- #144053 (Remove install Rust script from CI)
- #144297 (Make `libtest::ERROR_EXIT_CODE` const public to not redefine it in rustdoc)
- #144721 (`std_detect`: Linux 6.16 support for RISC-V)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: library/std_detect/src/detect/os/linux/riscv.rs
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ use super::super::riscv::imply_features;
10
10
usesuper::auxvec;
11
11
usecrate::detect::{Feature, bit, cache};
12
12
13
-
// See <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/prctl.h?h=v6.15>
13
+
// See <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/prctl.h?h=v6.16>
// See <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/riscv/include/uapi/asm/hwprobe.h?h=v6.15>
19
+
// See <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/riscv/include/uapi/asm/hwprobe.h?h=v6.16>
20
20
// for riscv_hwprobe struct and hardware probing constants.
0 commit comments