You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #5809, you have to do some maneuvering just to print from a #[start] function, but if you don't know that, you get a very mysterious error at runtime:
…, r=Centri3,xFrednet
Fix false positive of [self_named_module_files] and [mod_module_files]
changelog: [self_named_module_files] [mod_module_files]: No longer lints dependencies located in subdirectory of workspace
fixesrust-lang#8887
---
First time contributor here, just read contribution guide today.
I have several questions:
1. ~Is it the correct way to use environment variable `CARGO_HOME` to get the location of cargo home directory?~
(Edit: Code no longer uses CARGO_HOME)
2. How to setup test for this PR? This involves multiple files and `CARGO_HOME` setup. ~Not sure how to do this.~
~Edit: Working on tests right now~ A workspace_test has been added
Per #5809, you have to do some maneuvering just to print from a
#[start]
function, but if you don't know that, you get a very mysterious error at runtime:The text was updated successfully, but these errors were encountered: