Prevent failure in case there is no config.toml file#73651
Prevent failure in case there is no config.toml file#73651GuillaumeGomez wants to merge 1 commit intorust-lang:masterfrom
Conversation
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
This should be already addressed by changes from #73590 with somewhat different approach. |
|
Hum... I think both approaches are actually completing each other. I'll fix the format issue. |
272f4cd to
3156deb
Compare
|
Updated! |
|
This patch seems wrong. When bootstrap is passed a filename, we expect that said file exists (and is valid TOML); we should not ignore errors. I believe it can be closed, but I'll leave that to @GuillaumeGomez's discretion. |
|
Fine by me! Thanks for the explanation @Mark-Simulacrum. |
r? @Mark-Simulacrum