Update CURRENT_RUSTC_VERSION

This commit is contained in:
Mark Rousskov
2024-07-21 08:55:06 -04:00
parent 78c857394e
commit e8644f85b8
15 changed files with 32 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
#![doc = include_str!("error.md")]
#![stable(feature = "error_in_core", since = "CURRENT_RUSTC_VERSION")]
#![stable(feature = "error_in_core", since = "1.81.0")]
#[cfg(test)]
mod tests;