Paul Bergmann
Results
2
issues of
Paul Bergmann
Greetings! I am currently porting a simple JIT, used in a compiler construction class, from C++ to Rust. In C++, I used the [asmjit](https://github.com/asmjit/asmjit) project. In asmjit, memory operands and...
enhancement
Hello there, I just tried to create ``` #[derive(BitfieldSpecifier)] pub enum Granularity { Bytes = 0, Scale4K = 1, } ``` which failes because of ambiguity: ``` error: ambiguous associated...