mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
8 lines
116 B
Rust
8 lines
116 B
Rust
![]() |
extern "wasm" fn foo() {
|
||
|
//~^ ERROR: wasm ABI is experimental and subject to change
|
||
|
}
|
||
|
|
||
|
fn main() {
|
||
|
foo();
|
||
|
}
|