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.
1 parent 1790916 commit df2e6e1Copy full SHA for df2e6e1
tests-build/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "tests-build"
3
version = "0.1.0"
4
-edition = "2021"
+edition = "2024"
5
6
[dependencies]
7
panic-halt = "1.0"
tests-build/src/lib.rs
@@ -43,5 +43,5 @@ pub enum Exception {
43
}
44
45
#[cfg(feature = "pre-init")]
46
-#[cfg_attr(feature = "pre-init", riscv_rt::pre_init)]
+#[riscv_rt::pre_init]
47
unsafe fn pre_init() {}
tests-trybuild/Cargo.toml
name = "tests-trybuild"
riscv = { path = "../riscv" }
0 commit comments