indicate where to copy config.toml.example#36231
Conversation
|
Hm perhaps this could say "copy this file to the object directory" or something like that? I think we need to be a bit more specific than "../config.toml" |
|
Personally I wouldn't know where the "object directory" is. Or did that autocorrect from "parent directory"? |
|
The paragraph below makes it sound like you could run |
|
@durka Yes |
|
Ah yeah "object directory" == "cwd of the invocation of |
|
@bors: r+ |
|
📌 Commit a34485f has been approved by |
|
@alexcrichton some other tools (e.g. rustfmt) look up the directory tree if config.toml doesn't exist, so if you had several rust builds in a dir you could put a global config.toml above them or something like that. Would that be desirable behavior for rustbuild? |
|
Hm perhaps! I haven't thought too much about it but seems reasonable. Dealing with conflicting configuration though might be kinda unfortunate. |
indicate where to copy config.toml.example r? @alexcrichton
indicate where to copy config.toml.example r? @alexcrichton
r? @alexcrichton