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

Fix various failing tests. #55

Open WhatAmISupposedToPutHere opened 2 months ago

WhatAmISupposedToPutHere commented 2 months ago

Fixes bitreverse, and makes tests work on not-x86

FractalFir commented 2 months ago

The change to the start function seems incorrect, since it causes the test suite not to build.