Skip to content

Commit

Permalink
Merge pull request #1321 from rust-lang-ru/gitlocalize-27279
Browse files Browse the repository at this point in the history
Translate appendix-02-operators.md via GitLocalize
  • Loading branch information
ava57r authored Nov 27, 2023
2 parents af7b6bc + 11828a7 commit e38bd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustbook-ru/src/appendix-02-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
`:` | `pat: type`, `ident: type` | Ограничения типов |
`:` | `ident: expr` | Инициализация поля структуры |
`:` | `'a: loop {...}` | Метка цикла |
`;` | `expr;` | Оператор, указывающий на конец высказывания |
`;` | `expr;` | Признак конца инструкции и элемента |
`;` | `[...; len]` | Часть синтаксиса массива фиксированного размера |
`<<` | `expr << expr` | Битовый сдвиг влево | `Shl`
`<<=` | `var <<= expr` | Битовый сдвиг влево и присваивание | `ShlAssign`
Expand Down

0 comments on commit e38bd29

Please sign in to comment.