rustc_codegen_clr icon indicating copy to clipboard operation
rustc_codegen_clr copied to clipboard

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

Open Oneirical opened this issue 1 year ago • 2 comments

Part of #45.

Oneirical avatar Aug 09 '24 20:08 Oneirical

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.

FractalFir avatar Aug 10 '24 01:08 FractalFir

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!

Oneirical avatar Aug 10 '24 02:08 Oneirical