We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df065cf commit 9e8bc83Copy full SHA for 9e8bc83
1 file changed
examples/versatileab/src/bin/hello.rs
@@ -16,5 +16,7 @@ fn my_main() -> ! {
16
let y = x * 2.0;
17
println!("Hello, this is semihosting! x = {:0.3}, y = {:0.3}", x, y);
18
versatileab::want_panic();
19
+ #[cfg(arm_architecture = "v7-a")]
20
+ no_such_function();
21
panic!("I am an example panic");
22
}
0 commit comments