FractalFir / rustc_codegen_clr

This rust compiler backend(module) emmits valid CIL (.NET IR), enabling you to use Rust in .NET projects.
MIT License
1.56k stars 35 forks source link

Add `is_val_statically_known`, `ptr_mask` and `type_name` intrinsics tests #51

Open Oneirical opened 3 months ago

Oneirical commented 3 months ago

Part of #45.

FractalFir commented 3 months ago

Quick question: are you on the newest rustc version?

The signature of create_dll_import_lib recently changed, so that could be the cause of the issues you have encountered.

Oneirical commented 3 months ago

Quick question: are you on the newest rustc version?

The signature of create_dll_import_lib recently changed, so that could be the cause of the issues you have encountered.

Yes, I realized this and edited the PR to remove this question. It works now, thank you!