Rustup to rustc 1.95.0-nightly (3c9faa0d0 2026-02-16)

This commit is contained in:
bjorn3 2026-02-17 11:00:57 +00:00
parent cef9cfee90
commit 7964c1b78d
2 changed files with 4 additions and 4 deletions

View file

@ -13,9 +13,9 @@ index d0f1553..75129af 100644
--- a/library/core/src/ffi/va_list.rs
+++ b/library/core/src/ffi/va_list.rs
@@ -217,6 +217,7 @@ impl Clone for VaList<'_> {
}
impl<'f> Drop for VaList<'f> {
#[rustc_const_unstable(feature = "const_c_variadic", issue = "151787")]
impl<'f> const Drop for VaList<'f> {
+ #[inline]
fn drop(&mut self) {
// SAFETY: this variable argument list is being dropped, so won't be read from again.

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2026-02-16"
channel = "nightly-2026-02-17"
components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt"]
profile = "minimal"