Commit graph

4 commits

Author SHA1 Message Date
Folkert
8419c0956e stabilize asm_const 2024-08-13 23:18:31 +02:00
Veera
394821060d Update test with //@ needs-asm-support 2024-03-18 22:33:04 -04:00
Veera
97cc7003ca Fix ICE: global_asm!() Don't Panic When Unable to Evaluate Constant
A bit of an inelegant fix but given that the error is created only
after call to `const_eval_poly()` and that the calling function
cannot propagate the error anywhere else, the error has to be
explicitly handled inside `mono_item.rs`.
2024-03-18 11:35:40 -04:00
Veera
935842bf0a Add tests 2024-03-18 11:17:27 -04:00