更新libclamav库1.0.0版本
This commit is contained in:
11
clamav/libclamav_rust/.cargo/vendor/wasm-bindgen-macro/ui-tests/structural-and-final.rs
vendored
Normal file
11
clamav/libclamav_rust/.cargo/vendor/wasm-bindgen-macro/ui-tests/structural-and-final.rs
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
type Foo;
|
||||
|
||||
#[wasm_bindgen(method, structural, final)]
|
||||
fn bar(this: &Foo);
|
||||
}
|
||||
|
||||
fn main() {}
|
Reference in New Issue
Block a user