We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98a91e commit b3c1dffCopy full SHA for b3c1dff
src/bootstrap/configure.py
@@ -593,7 +593,7 @@ def parse_example_config(known_args, config):
593
top_level_keys = []
594
comment_lines = []
595
596
- with open(rust_dir + "/bootstrap.example.toml") as example_config:
+ with open(rust_dir + "/bootstrap.example.toml", encoding="utf-8") as example_config:
597
example_lines = example_config.read().split("\n")
598
for line in example_lines:
599
if line.count("=") >= 1 and not line.startswith("# "):
0 commit comments