Closed bingxinliu closed 3 months ago
Sounds more like a bug rather than a miscompilation if cilly declares a module but is missing the corresponding file with the module contents.
The latest commit (03a2bd3) appears to have added the module declaration but not a corresponding module file.
This should be fixed now.
Describe the bug
cilly
does not haveutilis
crate. When compiling the package, rustc says:Example of miscompiled code In
rustc_codegen_clr/cilly/src/lib.rs:29
:Expected behavior Compiling should passed without any problem following the guide.
Info about your system (please complete the following information):
Linux 6.1.0-21-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03) x86_64 GNU/Linux
Additional context None