UI tests now run on asmjs-unknown-emscripten, ignore tests with inline assembly which is not supported on emscripten targets
8 lines
228 B
Text
8 lines
228 B
Text
error[E0669]: invalid value for constraint in inline assembly
|
|
--> $DIR/issue-53787-inline-assembler-macro.rs:23:16
|
|
|
|
|
LL | fake_jump!("FirstFunc");
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|