We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compiler-builtins
1 parent 6c5dd2d commit 565b02bCopy full SHA for 565b02b
builtins-test-intrinsics/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "builtins-test-intrinsics"
3
version = "0.1.0"
4
-edition = "2021"
+edition = "2024"
5
publish = false
6
license = "MIT OR Apache-2.0"
7
compiler-builtins/Cargo.toml
@@ -7,7 +7,7 @@ readme = "README.md"
repository = "https://github.com/rust-lang/compiler-builtins"
8
homepage = "https://github.com/rust-lang/compiler-builtins"
9
documentation = "https://docs.rs/compiler_builtins"
10
11
description = "Compiler intrinsics used by the Rust compiler."
12
links = "compiler-rt"
13
0 commit comments