We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d06751 commit 665da1eCopy full SHA for 665da1e
tests/run-make/wasm-builtins-import/main.rs
@@ -9,6 +9,7 @@ fn my_panic(_info: &core::panic::PanicInfo) -> ! {
9
#[no_mangle]
10
pub fn multer(a: i128, b: i128) -> i128 {
11
// Trigger usage of the __multi3 compiler intrinsic which then leads to an imported function
12
- // such as panic or __multi3 (externally defined) in case of a bug. We verify that no imports exist in our verifier.
+ // such as panic or __multi3 (externally defined) in case of a bug. We verify that
13
+ // no imports exist in our verifier.
14
a * b
15
}
0 commit comments