1
Fork 0

codegen: fix OperandRef subtype handling

This commit is contained in:
lcnr 2023-06-09 13:13:31 +02:00
parent be33ad8848
commit 46af169ec5
6 changed files with 101 additions and 29 deletions

View file

@ -4,6 +4,7 @@
#![feature(if_let_guard)]
#![feature(int_roundings)]
#![feature(let_chains)]
#![feature(negative_impls)]
#![feature(never_type)]
#![feature(strict_provenance)]
#![feature(try_blocks)]