Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ices/87802.rs: fixed with errors (rust-lang#900)
=== stdout === === stderr === error: cannot use value of type `!` for inline assembly --> /home/runner/work/glacier/glacier/ices/87802.rs:6:36 | 6 | asm!("/* {0} */", out(reg) x); | ^ | = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly error: aborting due to previous error ============== Co-authored-by: rustbot <rustbot@users.noreply.github.com>
- Loading branch information