-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
rustc vs permissions #2360
Copy link
Copy link
Closed
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-codegenArea: Code generationArea: Code generationE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-codegenArea: Code generationArea: Code generationE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
So I have a library where
makeessentialy doesmkdir bin 2> /dev/null && rustc --out-dir bin -O src/rparse.rc. If I start with an empty bin directory and do something lame likesudo makefollowed bymakeI get a half-way reasonable error message on Mac:But if I start with no bin directory and do the same thing I get the highly unhelpful:
(which I originally thought was an ICE).