-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When I run this:
runner --add rand
echo "use rand;" > mwe.rs
runner mwe.rs
I get this error:
error: extern location for rand does not exist: /home/mark/.cargo/.runner/unstable/dy-cache/librand.so
error[E0463]: can't find crate for `rand`
--> /home/user/.cargo/.runner/unstable/bin/mwe.rs:20:5
|
20 | use rand;
| ^^^^ can't find crate
I think the first line means there's something going wrong with linking. I tried with -s:
runner -s mwe.rs
and indeed that works fine. I don't know how to solve it though.
P.s.: I like the tool, cool idea!
Metadata
Metadata
Assignees
Labels
No labels