compilers/rust: fix typo in standard description

This commit is contained in:
Dylan Baker 2021-10-21 09:26:03 -07:00 committed by Xavier Claessens
parent 841dc2a4e7
commit 034b3a92d9
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class RustCompiler(Compiler):
key = OptionKey('std', machine=self.for_machine, lang=self.language)
return {
key: coredata.UserComboOption(
'Rust Eddition to use',
'Rust edition to use',
['none', '2015', '2018', '2021'],
'none',
),